Sign in
qemu
/
meson
/
refs/heads/renaming
/
.
/
test cases
/
failing build
/
13 rust werror
/
test.rs
blob: c0e42233623c8a3a3866e7cf7c0de2e1d90baf9d [
file
] [
log
] [
blame
]
#[
warn
(
unconditional_panic
)]
fn
main
()
{
println
!(
"Hello, world {}!"
,
1
/
0
);
}