about summary refs log tree commit diff
path: root/src/test/run-pass/thinlto
diff options
context:
space:
mode:
authorTim Neumann <mail@timnn.me>2017-04-12 14:45:41 +0200
committerGitHub <noreply@github.com>2017-04-12 14:45:41 +0200
commit918e35a9bd95eab4d233aedc49168adb7c944f76 (patch)
tree1a74b9e3e59d3701b848af08d4fffb6dea123983 /src/test/run-pass/thinlto
parent49082ae9f296f1f7d5dddd0ced550c94688fa13f (diff)
parent44e414c4770ff0800c375ddbb8e0f46ee00bcab1 (diff)
downloadrust-918e35a9bd95eab4d233aedc49168adb7c944f76.tar.gz
rust-918e35a9bd95eab4d233aedc49168adb7c944f76.zip
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.
Diffstat (limited to 'src/test/run-pass/thinlto')
0 files changed, 0 insertions, 0 deletions