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