Sign in
fuchsia
/
third_party
/
rust
/
2fcea9fb68c8e04f10e5cb15bbfb486de9800afa
/
.
/
tests
/
ui
/
proc-macro
/
issue-89566-suggest-fix-invalid-top-level-macro-attr.fixed
blob: 9845bf8f2b6543a7a023c6df976cdc4f9e3d92ce [
file
] [
log
] [
blame
]
//@ run-rustfix
#[derive(Debug)] //~ ERROR `derive` attribute cannot be used at crate level
#[allow(dead_code)]
struct
Test
{}
fn main
()
{}