rustc/tests/ui/indexing/index-bot.rs
2024-05-27 22:45:50 +02:00

4 lines
79 B
Rust

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