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[E0599]: no function or associated item named `new` found for struct `godot::prelude::StringName` in the current scope
--> examples/dodge-the-creeps/rust/src/hud.rs:11:1
|
11 | #[godot_api]
| ^^^^^^^^^^^^ function or associated item not found in `godot::prelude::StringName`
|
= note: this error originates in the attribute macro `godot_api` (in Nightly builds, run with -Z macro-backtrace for more info)
error[E0599]: no function or associated item named `new` found for struct `godot::prelude::StringName` in the current scope
--> examples/dodge-the-creeps/rust/src/player.rs:14:1
|
14 | #[godot_api]
| ^^^^^^^^^^^^ function or associated item not found in `godot::prelude::StringName`
|
= note: this error originates in the attribute macro `godot_api` (in Nightly builds, run with -Z macro-backtrace for more info)
For more information about this error, try `rustc --explain E0599`.
error: could not compile `dodge-the-creeps` due to 2 previous errors
I think #27 might have introduced this 🤔
Is broken in my code and the example.
The text was updated successfully, but these errors were encountered: