mirror of
https://git.proxmox.com/git/rustc
synced 2025-10-14 23:51:51 +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() {}
|