Files
another-boids-in-rust/vendor/encase/tests/compile_fail/general_struct_err.stderr

8 lines
300 B
Plaintext

error: Only non empty structs with named fields are supported!
--> tests/compile_fail/general_struct_err.rs:5:10
|
5 | #[derive(ShaderType)]
| ^^^^^^^^^^
|
= note: this error originates in the derive macro `ShaderType` (in Nightly builds, run with -Z macro-backtrace for more info)