]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/did_you_mean/issue-49746-unicode-confusable-in-float-literal-expt.stderr
New upstream version 1.48.0~beta.8+dfsg1
[rustc.git] / src / test / ui / did_you_mean / issue-49746-unicode-confusable-in-float-literal-expt.stderr
index f194b335fdebd548ebe945ea33765f6848dbcae6..0ccccb53aac25063ee9920450e03d5b08cc8467b 100644 (file)
@@ -21,7 +21,7 @@ error[E0277]: cannot subtract `{integer}` from `{float}`
 LL | const UNIVERSAL_GRAVITATIONAL_CONSTANT: f64 = 6.674e−11; // m³⋅kg⁻¹⋅s⁻²
    |                                                     ^ no implementation for `{float} - {integer}`
    |
-   = help: the trait `std::ops::Sub<{integer}>` is not implemented for `{float}`
+   = help: the trait `Sub<{integer}>` is not implemented for `{float}`
 
 error: aborting due to 3 previous errors