]> git.proxmox.com Git - rustc.git/blob - src/test/ui/reachable/unreachable-variant.stderr
New upstream version 1.44.1+dfsg1
[rustc.git] / src / test / ui / reachable / unreachable-variant.stderr
1 error[E0603]: module `super_sekrit` is private
2 --> $DIR/unreachable-variant.rs:6:21
3 |
4 LL | let _x = other::super_sekrit::sooper_sekrit::baz;
5 | ^^^^^^^^^^^^ private module
6 |
7 note: the module `super_sekrit` is defined here
8 --> $DIR/auxiliary/unreachable_variant.rs:1:1
9 |
10 LL | mod super_sekrit {
11 | ^^^^^^^^^^^^^^^^
12
13 error: aborting due to previous error
14
15 For more information about this error, try `rustc --explain E0603`.