rust/src/test/ui/index-bot.rs
2018-12-25 21:08:33 -07:00

4 lines
79 B
Rust

fn main() {
(return)[0]; //~ ERROR cannot index into a value of type `!`
}