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