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
I have an AM defined in file1 and I'm trying to use it in file2. This results in a compiler error like
error[E0624]: associated function `create_am_group` is private
--> src/variants/file2.rs:
|
| let mut msgs = typed_am_group!(Messages, lamellar::world);
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ private associated function
|
::: src/variants/file1.rs:
|
| #[lamellar::am]
| --------------- private associated function defined here
|
= note: this error originates in the macro `typed_am_group` (in Nightly builds, run with -Z macro-backtrace for more info)
I get the error for typed_am_group and add_am_pe (but there may be others latent).
The text was updated successfully, but these errors were encountered:
I have an AM defined in file1 and I'm trying to use it in file2. This results in a compiler error like
I get the error for
typed_am_group
andadd_am_pe
(but there may be others latent).The text was updated successfully, but these errors were encountered: