6 lines
213 B
Rust
6 lines
213 B
Rust
fn main() {
|
|
let y = #[repr(uwu(4))]
|
|
//~^ ERROR attributes on expressions are experimental
|
|
//~| ERROR unrecognized representation hint
|
|
(&id(5)); //~ ERROR: cannot find function `id` in this scope
|
|
}
|