index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test cases
/
failing build
/
13 rust werror
/
test.rs
blob: c0e42233623c8a3a3866e7cf7c0de2e1d90baf9d (
plain
)
1
2
3
4
#[warn(unconditional_panic)]
fn
main
()
{
println!
(
"Hello, world {}!"
,
1
/
0
);
}