]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustfix/tuple-float-index.fixed
Use better bound names in `-Zverbose` mode
[rust.git] / src / test / rustfix / tuple-float-index.fixed
index abb07962e894a9bf706db4e0d21df8aea3f58d41..358a27d3878206f901693c3b0e51242a0878b45d 100644 (file)
@@ -1,5 +1,3 @@
-// compile-flags: -Z parse-only
-
 fn main () {
     ((1, (2, 3)).1).1;
 }