blob: 67e59d054d5c15b766fb1dc3b38dfcdc8194f1e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
error: compilation successful
--> $DIR/cfg_attr_path.rs:21:1
|
LL | / fn main() { //~ ERROR compilation successful
LL | | let _ = auxiliary::namespaced_enums::Foo::A;
LL | | let _ = auxiliary::nonexistent_file::Foo::A;
LL | | }
| |_^
error: aborting due to previous error
|