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