rust/src/test/ui/error-codes/E0433.rs
2020-06-02 20:41:25 +02:00

4 lines
68 B
Rust

fn main () {
let map = NonExistingMap::new(); //~ ERROR E0433
}