4 lines
100 B
Rust
4 lines
100 B
Rust
fn main() {
|
|
unsafe { std::hint::unreachable_unchecked() } //~ERROR: entering unreachable code
|
|
}
|