rust/tests/ui/parser/builtin-syntax.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
313 B
Plaintext
Raw Normal View History

error: unknown `builtin #` construct `foobar`
2023-04-29 12:57:26 +00:00
--> $DIR/builtin-syntax.rs:4:5
|
LL | builtin # foobar();
| ^^^^^^^^^^^^^^^^
error: expected identifier after `builtin #`
2023-04-29 12:57:26 +00:00
--> $DIR/builtin-syntax.rs:8:15
|
LL | builtin # {}();
| ^
error: aborting due to 2 previous errors