2019-06-20 08:52:31 +00:00
|
|
|
error: cannot find a built-in macro with name `unknown`
|
2020-03-10 07:30:07 +00:00
|
|
|
--> $DIR/unknown-builtin.rs:11:1
|
2019-06-20 08:52:31 +00:00
|
|
|
|
|
|
|
|
LL | macro_rules! unknown { () => () }
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: cannot find a built-in macro with name `line`
|
2020-02-10 16:37:12 +00:00
|
|
|
--> $SRC_DIR/libcore/macros/mod.rs:LL:COL
|
2019-06-20 08:52:31 +00:00
|
|
|
|
|
2020-02-10 16:37:12 +00:00
|
|
|
LL | / macro_rules! line {
|
|
|
|
LL | | () => {
|
|
|
|
LL | | /* compiler built-in */
|
|
|
|
LL | | };
|
|
|
|
LL | | }
|
|
|
|
| |_____^
|
2019-06-20 08:52:31 +00:00
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|