blob: cd55c5d13bd182f24e96724b4b1e615e155646e8 [file] [log] [blame]
//@ run-rustfix
fn main() {
let pi = f32::consts::PI; //~ ERROR ambiguous associated type
println!("{pi}");
}