mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-27 18:56:24 +00:00
9 lines
215 B
Plaintext
9 lines
215 B
Plaintext
error: cannot find a built-in macro with name `unknown`
|
|
--> $DIR/unknown-builtin.rs:4:1
|
|
|
|
|
LL | macro_rules! unknown { () => () }
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
error: aborting due to 1 previous error
|
|
|