]> git.lizzy.rs Git - rust.git/blobdiff - src/test/rustfix/tuple-float-index.rs
Move the `krate` method to Hir and remove the Krate dep node
[rust.git] / src / test / rustfix / tuple-float-index.rs
index f3280e87a01c26a4b044570143185bbbf0150c83..72612252a80980ad67ed109ee03a01f595a4d04e 100644 (file)
@@ -1,5 +1,3 @@
-// compile-flags: -Z parse-only
-
 fn main () {
     (1, (2, 3)).1.1;
 }