]> git.lizzy.rs Git - rust.git/blob - src/test/rustfix/tuple-float-index.fixed
tests: Do not use `-Z parse-only`, continue compilation to test recovery
[rust.git] / src / test / rustfix / tuple-float-index.fixed
1 fn main () {
2     ((1, (2, 3)).1).1;
3 }