]> git.lizzy.rs Git - rust.git/blob - src/test/rustfix/tuple-float-index.fixed
Use better bound names in `-Zverbose` mode
[rust.git] / src / test / rustfix / tuple-float-index.fixed
1 fn main () {
2     ((1, (2, 3)).1).1;
3 }