blob: 639c64f8827c5adb098d8beee614ef2f18a9e952 [file] [log] [blame]
// run-rustfix
#![derive(Debug)] //~ ERROR `derive` attribute cannot be used at crate level
struct Test {}
fn main() {}