10 lines
248 B
Plaintext
10 lines
248 B
Plaintext
error[E0603]: macro `mac` is private
|
|
--> $DIR/decl-macro.rs:8:8
|
|
|
|
|
LL | m::mac!(); //~ ERROR macro `mac` is private
|
|
| ^^^
|
|
|
|
error: aborting due to previous error
|
|
|
|
For more information about this error, try `rustc --explain E0603`.
|