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