2018-12-25 21:08:33 -07:00

7 lines
92 B
Rust

fn foo() -> _ { 5 } //~ ERROR E0121
static BAR: _ = "test"; //~ ERROR E0121
fn main() {
}