]> git.lizzy.rs Git - rust.git/blob - src/test/ui/macros/macro-path-prelude-fail-4.rs
resolve/expand: `resolve_macro_invocation` no longer returns determinate errors
[rust.git] / src / test / ui / macros / macro-path-prelude-fail-4.rs
1 #[derive(inline)] //~ ERROR macro `inline` may not be used for derive attributes
2 struct S;
3
4 fn main() {}