]> git.lizzy.rs Git - rust.git/blob - tests/ui/reachable/unreachable-variant.rs
Rollup merge of #106701 - ibraheemdev:sync-sender-spin, r=Amanieu
[rust.git] / tests / ui / reachable / unreachable-variant.rs
1 // aux-build:unreachable_variant.rs
2
3 extern crate unreachable_variant as other;
4
5 fn main() {
6     let _x = other::super_sekrit::sooper_sekrit::baz; //~ ERROR is private
7 }