We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 304361a commit 93ff4a4Copy full SHA for 93ff4a4
compiler/rustc_errors/src/diagnostic_impls.rs
@@ -64,7 +64,7 @@ macro_rules! into_diagnostic_arg_for_number {
64
impl IntoDiagnosticArg for $ty {
65
fn into_diagnostic_arg(self) -> DiagnosticArgValue<'static> {
66
// HACK: `FluentNumber` the underline backing struct represent
67
- // numbers using a f64 which can represent all the i128 numbers
+ // numbers using a f64 which can't represent all the i128 numbers
68
// So in order to be able to use fluent selectors and still
69
// have all the numbers representable we only convert numbers
70
// below a certain threshold.
0 commit comments