mirror of
https://github.com/rust-lang/rust
synced 2024-11-05 20:45:15 +00:00
14 lines
313 B
Text
14 lines
313 B
Text
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
|
|
|