mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-02 10:18:25 +00:00
7 lines
213 B
Rust
7 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
|
|
}
|