Sign in
fuchsia
/
third_party
/
rust
/
b6c87c555f3b664f558d137d5f7696a07488157e
/
.
/
src
/
test
/
ui
/
suggestions
/
issue-90974.rs
blob: 83590dbf7ace7511523965bca7b011c64a6ca294 [
file
] [
log
] [
blame
]
fn
main
()
{
println
!(
"{}"
,
(
3.
).
recip
());
//~ERROR
}