]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/unused_rounding.fixed
Fix ICE in `unused_rounding`
[rust.git] / tests / ui / unused_rounding.fixed
index 38fe6c34cfec177e90a1f644cc215a200e476ceb..f6f734c05ed59e95c06401d13f7faa393c4a9051 100644 (file)
@@ -11,4 +11,7 @@ fn main() {
     let _ = 3.3_f32.round();
     let _ = 3.3_f64.round();
     let _ = 3.0_f32;
+
+    let _ = 3_3.0_0_f32;
+    let _ = 3_3.0_1_f64.round();
 }