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