]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/suggestions/tuple-float-index.stderr
Auto merge of #43270 - petrochenkov:fixstab, r=alexcrichton
[rust.git] / src / test / ui / suggestions / tuple-float-index.stderr
index 8a121b145366250abbcd1d39a05c42ca1d4e63d5..4b1be26c86b0e7c1c434286790f56083a4527cfd 100644 (file)
@@ -5,7 +5,7 @@ error: unexpected token: `1.1`
    |     ------------^^^
    |     |           |
    |     |           unexpected token
-   |     help: try parenthesizing the first index `((1, (2, 3)).1).1`
+   |     help: try parenthesizing the first index: `((1, (2, 3)).1).1`
 
 error: aborting due to previous error