4 lines
71 B
Rust
4 lines
71 B
Rust
fn main() {}
|
|
|
|
#[derive(Debug)] //~ERROR expected item after attributes
|
fn main() {}
|
|
|
|
#[derive(Debug)] //~ERROR expected item after attributes
|