rust/tests/ui/index-bot.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
79 B
Rust
Raw Normal View History

2014-09-20 02:25:05 -05:00
fn main() {
2017-06-09 12:05:14 -05:00
(return)[0]; //~ ERROR cannot index into a value of type `!`
2014-09-20 02:25:05 -05:00
}