]> git.lizzy.rs Git - rust.git/blob - src/test/rustfix/tuple-float-index.fixed
Rollup merge of #87715 - bhgomes:long-explanation-E0625, r=GuillaumeGomez
[rust.git] / src / test / rustfix / tuple-float-index.fixed
1 fn main () {
2     ((1, (2, 3)).1).1;
3 }