rust/compiler/rustc_middle
Takayuki Maeda c60bae78ac suggest a float literal when dividing a floating-point type by {integer}
fix a message

implement a rustfix-applicable suggestion

implement `suggest_floating_point_literal`

add `ObligationCauseCode::BinOp`

remove duplicate code

fix function names in uitests

use `Diagnostic` instead of `DiagnosticBuilder`
2022-02-26 14:28:51 +09:00
..
benches
src suggest a float literal when dividing a floating-point type by {integer} 2022-02-26 14:28:51 +09:00
Cargo.toml
README.md

For more information about how rustc works, see the rustc dev guide.