]> git.lizzy.rs Git - rust.git/blob - src/test/ui/reachable/unreachable-variant.stderr
Organize `never_type` tests
[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    |                     ^^^^^^^^^^^^
6
7 error: aborting due to previous error
8
9 For more information about this error, try `rustc --explain E0603`.