You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
frunk
should be able to work on its own.The text was updated successfully, but these errors were encountered: