6 lines
107 B
Rust
6 lines
107 B
Rust
//error-pattern: the evaluated program panicked
|
|
|
|
fn main() {
|
|
core::panic!("panicking from libcore");
|
|
}
|