]> git.lizzy.rs Git - rust.git/blob - tests/ui/reachable/unreachable-variant.stderr
Rollup merge of #106701 - ibraheemdev:sync-sender-spin, r=Amanieu
[rust.git] / tests / 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`.