2020-06-02 20:41:25 +02:00

4 lines
68 B
Rust

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