Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile error #23

Open
ethereumdegen opened this issue Mar 22, 2023 · 0 comments
Open

compile error #23

ethereumdegen opened this issue Mar 22, 2023 · 0 comments

Comments

@ethereumdegen
Copy link

error[E0432]: unresolved import fyrox::scene::sound::effect
--> src/level.rs:39:13
|
39 | effect::{BaseEffectBuilder, Effect, EffectInput, ReverbEffectBuilder},
| ^^^^^^ could not find effect in sound

error[E0283]: type annotations needed: cannot satisfy SoundManager: fyrox::fyrox_core::visitor::Visit
--> src/level.rs:124:10
|
124 | #[derive(Visit)]
| ^^^^^
|
note: multiple impls or where clauses satisfying SoundManager: fyrox::fyrox_core::visitor::Visit found
--> src/level.rs:54:19
|
54 | #[derive(Default, Visit)]
| ^^^^^
...
124 | #[derive(Visit)]
| ^^^^^
= note: this error originates in the derive macro Visit (in Nightly builds, run with -Z macro-backtrace for more info)

Some errors have detailed explanations: E0283, E0432.
For more information about an error, try rustc --explain E0283.
error: could not compile rusty-shooter due to 2 previous errors

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant