about summary refs log tree commit diff
path: root/tests/ui/parser/issues/issue-103143.stderr
blob: 168a2077396c79ae4298828c73790f9941e23a11 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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`.