]> git.proxmox.com Git - rustc.git/blame - tests/ui/reachable/unreachable-variant.stderr
bump version to 1.80.1+dfsg1-1~bpo12+pve1
[rustc.git] / tests / ui / reachable / unreachable-variant.stderr
CommitLineData
b7449926 1error[E0603]: module `super_sekrit` is private
0731742a 2 --> $DIR/unreachable-variant.rs:6:21
b7449926 3 |
532ac7d7 4LL | let _x = other::super_sekrit::sooper_sekrit::baz;
fe692bf9 5 | ^^^^^^^^^^^^ private module --- unit variant `baz` is not publicly re-exported
dfeec247
XL
6 |
7note: the module `super_sekrit` is defined here
8 --> $DIR/auxiliary/unreachable_variant.rs:1:1
9 |
10LL | mod super_sekrit {
11 | ^^^^^^^^^^^^^^^^
b7449926 12
4b012472 13error: aborting due to 1 previous error
b7449926
XL
14
15For more information about this error, try `rustc --explain E0603`.