rust/tests/ui/suggestions/issue-90974.rs

4 lines
57 B
Rust
Raw Normal View History

fn main() {
println!("{}", (3.).recip()); //~ERROR
}