]> git.lizzy.rs Git - rust.git/blob - src/test/ui/reachable/unreachable-variant.stderr
Merge commit '6ed6f1e6a1a8f414ba7e6d9b8222e7e5a1686e42' into clippyup
[rust.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`.