blob: d555e6542632bcdc3c86940ef570b748b754ac60 [file] [log] [blame]
fn main () {
let map = NonExistingMap::new(); //~ ERROR E0433
}