about summary refs log tree commit diff
path: root/src/test/ui/privacy/decl-macro.stderr
blob: c8b043d1b5f31f53e8eec683827db3e72134c369 (plain)
1
2
3
4
5
6
7
8
9
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`.