blob: 168a2077396c79ae4298828c73790f9941e23a11 [file] [log] [blame]
error: attributes cannot be applied to generic arguments
--> $DIR/issue-103143.rs:2:9
|
LL | x::<#[a]y::<z>>
| ^^^^ attributes are not allowed here
error[E0425]: cannot find value `x` in this scope
--> $DIR/issue-103143.rs:2:5
|
LL | x::<#[a]y::<z>>
| ^ not found in this scope
error: aborting due to 2 previous errors
For more information about this error, try `rustc --explain E0425`.