7 lines
92 B
Rust
Raw Normal View History

2016-05-27 22:06:24 +02:00
fn foo() -> _ { 5 } //~ ERROR E0121
static BAR: _ = "test"; //~ ERROR E0121
fn main() {
}