]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/float-literal-inference-restrictions.stderr
Rollup merge of #87440 - twetzel59:fix-barrier-no-op, r=yaahc
[rust.git] / src / test / ui / float-literal-inference-restrictions.stderr
index 263b5e594e10cc0130dc7a3d30a5d4e90317ae87..454373c322e9b15367f7dc67552e0643b4285dd3 100644 (file)
@@ -19,7 +19,7 @@ LL |     let y: f32 = 1f64;
 help: change the type of the numeric literal from `f64` to `f32`
    |
 LL |     let y: f32 = 1f32;
-   |                  ~~~~
+   |                   ~~~
 
 error: aborting due to 2 previous errors