aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/invalid.stderr
blob: f780e2e69af9ee032c7af6e526b2a928455f6bfb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
error: no rules expected the token `(`
 --> $DIR/invalid.rs:5:14
  |
5 |         #[pin()] //~ ERROR no rules expected the token `(`
  |              ^ no rules expected this token in macro call

error: no rules expected the token `#`
  --> $DIR/invalid.rs:20:9
   |
20 |         #[pin] //~ ERROR no rules expected the token `#`
   |         ^ no rules expected this token in macro call

error: cannot find attribute `pin` in this scope
  --> $DIR/invalid.rs:11:7
   |
11 |     #[pin] //~ ERROR cannot find attribute `pin` in this scope
   |       ^^^