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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

4 lines
57 B
Rust
Raw Normal View History

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