summaryrefslogtreecommitdiffstats
path: root/tests/ui/parser/builtin-syntax.stderr
blob: ee3764a62216ae3033100fecdba9c598b33f0dbd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: unknown `builtin #` construct `foobar`
  --> $DIR/builtin-syntax.rs:4:5
   |
LL |     builtin # foobar();
   |     ^^^^^^^^^^^^^^^^

error: expected identifier after `builtin #`
  --> $DIR/builtin-syntax.rs:8:15
   |
LL |     builtin # {}();
   |               ^

error: aborting due to 2 previous errors