rust/tests/ui/indexing/index-bot.rs

4 lines
79 B
Rust

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