7 lines
92 B
Rust
7 lines
92 B
Rust
fn foo() -> _ { 5 } //~ ERROR E0121
|
|
|
|
static BAR: _ = "test"; //~ ERROR E0121
|
|
|
|
fn main() {
|
|
}
|