mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-13 13:22:00 +00:00
6 lines
150 B
Rust
6 lines
150 B
Rust
fn main() {
|
|
x::<#[a]y::<z>>
|
|
//~^ ERROR attributes cannot be applied to generic arguments
|
|
//~| ERROR cannot find value `x` in this scope
|
|
}
|