rust/tests/ui/macros/unknown-builtin.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
215 B
Text
Raw Normal View History

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