rust/tests/ui/macros/unknown-builtin.stderr
Mara Bos 6c865c1e14 Allow builtin macros to be used more than once.
This removes E0773 "A builtin-macro was defined more than once."
2025-03-19 14:12:47 +01:00

8 lines
215 B
Text

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