about summary refs log tree commit diff
path: root/tests/ui/reachable/unreachable-variant.rs
blob: 919059fbb2fef88ce369b750a7ae0eac612ff805 (plain)
1
2
3
4
5
6
7
//@ aux-build:unreachable_variant.rs

extern crate unreachable_variant as other;

fn main() {
    let _x = other::super_sekrit::sooper_sekrit::baz; //~ ERROR is private
}