mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
15 lines
313 B
Plaintext
15 lines
313 B
Plaintext
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
|
|
|