]> git.proxmox.com Git - rustc.git/blame - src/test/ui/proc-macro/issue-79148.stderr
New upstream version 1.66.0+dfsg1
[rustc.git] / src / test / ui / proc-macro / issue-79148.stderr
CommitLineData
f2b60f7d
FG
1error[E0364]: `Variant` is only public within the crate, and cannot be re-exported outside
2 --> $DIR/issue-79148.rs:8:1
3 |
4LL | cause_ice!();
5 | ^^^^^^^^^^^^
6 |
7note: consider marking `Variant` as `pub` in the imported module
8 --> $DIR/issue-79148.rs:8:1
9 |
10LL | cause_ice!();
11 | ^^^^^^^^^^^^
12 = note: this error originates in the macro `cause_ice` (in Nightly builds, run with -Z macro-backtrace for more info)
13
14error: aborting due to previous error
15
16For more information about this error, try `rustc --explain E0364`.