Skip to content

Bug: compilation failed when I don't have frunk-core as dependency #239

@juchiast

Description

@juchiast
error[E0433]: failed to resolve: could not find `frunk_core` in the list of imported crates
  --> crates/flow/src/flow_set.rs:21:10
   |
21 | #[derive(frunk::LabelledGeneric)]
   |          ^^^^^^^^^^^^^^^^^^^^^^ could not find `frunk_core` in the list of imported crates
   |
   = note: this error originates in the derive macro `frunk::LabelledGeneric` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this module
   |
1  + use frunk::labelled;
   |

error[E0433]: failed to resolve: could not find `frunk_core` in the list of imported crates
  --> crates/flow/src/flow_set.rs:21:10
   |
21 | #[derive(frunk::LabelledGeneric)]
   |          ^^^^^^^^^^^^^^^^^^^^^^ could not find `frunk_core` in the list of imported crates
   |
   = note: this error originates in the derive macro `frunk::LabelledGeneric` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this module
   |
1  + use frunk::hlist;
   |

error[E0433]: failed to resolve: could not find `frunk_core` in the list of imported crates
  --> crates/flow/src/flow_set.rs:21:10
   |
21 | #[derive(frunk::LabelledGeneric)]
   |          ^^^^^^^^^^^^^^^^^^^^^^ could not find `frunk_core` in the list of imported crates
   |
   = note: this error originates in the derive macro `frunk::LabelledGeneric` (in Nightly builds, run with -Z macro-backtrace for more info)
help: consider importing this module
   |
1  + use frunk::labelled::chars;

frunk should be able to work on its own.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions