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;
frunkshould be able to work on its own.