mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 03:06:18 +00:00
7 lines
122 B
Rust
7 lines
122 B
Rust
// run-rustfix
|
|
|
|
#![derive(Debug)] //~ ERROR `derive` attribute cannot be used at crate level
|
|
struct Test {}
|
|
|
|
fn main() {}
|