mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 15:56:09 +03:00
4 lines
80 B
Rust
4 lines
80 B
Rust
fn main() {
|
|
return.is_failure //~ ERROR no field `is_failure` on type `!`
|
|
}
|