Files
rust/src/libsyntax/parse
Tim Neumann 918e35a9bd Rollup merge of #41087 - estebank:tuple-float-index, r=arielb1
Use proper span for tuple index parsed as float

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;
```

Fix #41081.
2017-04-12 14:45:41 +02:00
..
2016-06-17 05:21:23 +00:00
2017-03-30 05:44:56 +00:00
2017-03-30 05:44:56 +00:00