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