6d86969260
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
6 lines
128 B
Rust
6 lines
128 B
Rust
fn f() -> ! {
|
|
ret 42i; //~ ERROR expected `_|_` but found `int`
|
|
fail; //~ WARNING unreachable statement
|
|
}
|
|
fn main() { }
|