]> git.lizzy.rs Git - rust.git/blob - src/test/rustfix/tuple-float-index.fixed
Rollup merge of #57308 - Zoxc:controller-sync, r=michaelwoerister
[rust.git] / src / test / rustfix / tuple-float-index.fixed
1 fn main () {
2     ((1, (2, 3)).1).1;
3 }