rust/src/test
Esteban Küber 44e414c477 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;
```
2017-04-05 09:55:56 -07:00
..
codegen rustc: Always emit the uwtable attribute on Windows 2017-03-21 16:47:10 -04:00
codegen-units translate drop glue using MIR 2017-03-18 02:53:08 +02:00
compile-fail Rollup merge of #40728 - topecongiro:stabilize, r=arielb1 2017-03-31 16:48:25 -04:00
compile-fail-fulldeps Merge ExpnId and SyntaxContext. 2017-03-29 00:41:10 +00:00
debuginfo update gdbr tests 2017-03-09 22:12:36 +01:00
incremental rustc_typeck: hook up collect and item/body check to on-demand. 2017-02-25 18:35:25 +02:00
mir-opt Do not bother creating StorageLive for TyNever 2017-03-09 17:54:00 +02:00
parse-fail Use proper span for tuple index parsed as float 2017-04-05 09:55:56 -07:00
pretty Update pretty test for derive attributes 2017-02-05 12:22:29 +10:30
run-fail Warn when a #[should_panic] test has an unexpected message 2016-11-18 21:01:19 +10:30
run-fail-fulldeps Merge ExpnId and SyntaxContext. 2017-03-29 00:41:10 +00:00
run-make Auto merge of #40915 - nrc:save-assoc, r=eddyb 2017-04-03 03:26:09 +00:00
run-pass remove comments that were tripping up pretty printer 2017-03-30 08:18:03 -04:00
run-pass-fulldeps Merge ExpnId and SyntaxContext. 2017-03-29 00:41:10 +00:00
run-pass-valgrind Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
rustdoc Auto merge of #40919 - GuillaumeGomez:fix-new-rustdoc, r=frewsxcv,steveklabnik 2017-04-02 18:16:09 +00:00
ui Use proper span for tuple index parsed as float 2017-04-05 09:55:56 -07:00
ui-fulldeps/custom-derive Separate "ui-fulldeps" tests from "ui" tests 2017-03-04 21:38:26 +03:00
COMPILER_TESTS.md Move COMPILER_TESTS.md out of the root directory 2017-02-25 00:13:00 -06:00