]> git.lizzy.rs Git - rust.git/blob - src/test/ui/privacy/decl-macro.stderr
Auto merge of #62339 - pnkfelix:issue-61188-use-visitor-for-structural-match-check...
[rust.git] / src / test / ui / privacy / decl-macro.stderr
1 error[E0603]: macro `mac` is private
2   --> $DIR/decl-macro.rs:8:8
3    |
4 LL |     m::mac!();
5    |        ^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0603`.