We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fdcb3a commit a95fce8Copy full SHA for a95fce8
soa-derive-internal/src/input.rs
@@ -179,7 +179,7 @@ impl Input {
179
}
180
181
if attr.path().is_ident("soa_crate") {
182
- let args = attr.parse_args::<Path>().expect("expected an attribute like a path");
+ let args = attr.parse_args::<Path>().expect("expected an attribute like a module path, `#[soa_crate(::path::to::impl_of::soa_derive)]`");
183
soa_derive_crate = Some(args);
184
185
0 commit comments