6d86969260
conflict with the new single-line-sugared-inner-doc-comment (`//! ...`).
5 lines
78 B
Rust
5 lines
78 B
Rust
fn f() -> ! {
|
|
3i //~ ERROR expected `_|_` but found `int`
|
|
}
|
|
fn main() { }
|