rust/tests/ui/error-codes/E0432.rs
2025-11-27 11:19:00 -05:00

5 lines
69 B
Rust

//@ edition:2015
use something::Foo; //~ ERROR E0432
fn main () {
}