982b49494e
This is to make the diff when stabilizing it easier to review.
7 lines
71 B
Rust
7 lines
71 B
Rust
unsafe fn f() { return; }
|
|
|
|
fn main() {
|
|
f();
|
|
//~^ ERROR E0133
|
|
}
|