Fix diagnostic suggestion from: ```rust help: try parenthesizing the first index | (1, (2, 3)).((1, (2, 3)).1).1; ``` to the correct: ```rust help: try parenthesizing the first index | ((1, (2, 3)).1).1; ``` |
||
|---|---|---|
| .. | ||
| confuse-field-and-method | ||
| tuple-float-index.rs | ||
| tuple-float-index.stderr | ||