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
Windows Compiler error (This does not happen on linux or macos)
error[E0477]: the type `feo_oop_engine::event::UserEvent<Arc<dyn Any + Send + Sync>>` does not fulfill the required lifetime
--> examples\src\bin\example_game\scr\player.rs:73:1
|
73 | #[macro_rules_attribute(frame_script!)]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: type must satisfy the static lifetime
= note: this error originates in the macro `frame_script` (in Nightly builds, run with -Z macro-backtrace for more info)
For more information about this error, try `rustc --explain E0477`.
error: could not compile `examples` due to previous error
Windows Compiler error (This does not happen on linux or macos)
Code in question:
The text was updated successfully, but these errors were encountered: