Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
tests
/
ui
/
issues
/
issue-51874.rs
blob: d9d7e36b50e9b4fd99114e5715a1d00e4c92c06e [
file
]
fn
main
()
{
let
a
=
(
1.0
).
pow
(
1.0
);
//~ ERROR can't call method `pow` on ambiguous numeric type
}