Sign in
◑
Theme
rust
/
rust
/
674a44e12052d6f39a996c29991e59a4a52e5921
/
.
/
tests
/
ui
/
suggestions
/
suggest-std-when-using-type.fixed
blob: 0547940f94d316a5c6b84663af8bac157f1682d5 [
file
]
//@ run-rustfix
fn main
()
{
let
pi
=
std
::
f32
::
consts
::
PI
;
//~ ERROR ambiguous associated type
println
!(
"{pi}"
);
}