rust/src/test
Esteban Küber 46a6af12aa Change < interpreted as generic arg start warning
```
warning: `<` is interpreted as a start of generic arguments for `usize`, not a comparison
  --> $DIR/issue-22644.rs:16:33
   |
16 |     println!("{}", a as usize < b);
   |                               - ^ interpreted as generic argument
   |                               |
   |                               not interpreted as comparison
   |
help: if you want to compare the casted value then write:
   |     println!("{}", (a as usize) < b);
```
2017-06-12 10:22:08 -07:00
..
codegen compiletest: Force directive to be first complete word in header comment. 2017-06-02 23:28:22 +08:00
codegen-units translate drop glue using MIR 2017-03-18 02:53:08 +02:00
compile-fail Auto merge of #42383 - estebank:candidate-newline, r=arielb1 2017-06-05 13:07:38 +00:00
compile-fail-fulldeps Remove some needless // gate-test- comments 2017-05-23 20:17:38 +02:00
debuginfo Stabilize unions with Copy fields and no destructor 2017-05-27 00:52:20 +03:00
incremental incr.comp.: Track expanded spans instead of FileMaps. 2017-05-23 18:20:51 +02:00
mir-opt move "ADT master drop flag" logic to open_drop_for_adt_contents 2017-05-28 10:43:24 +03:00
parse-fail Fix affected tests 2017-06-12 07:51:55 -07:00
pretty
run-fail Unignore tests which work fine now. 2017-04-28 22:31:10 -06:00
run-fail-fulldeps Implement a file-path remapping feature in support of debuginfo and reproducible builds. 2017-04-26 15:44:02 +02:00
run-make fix atomic_lock_free test case 2017-05-22 17:11:39 -04:00
run-pass Suggest non-ambiguous comparison after cast 2017-06-11 23:47:26 -07:00
run-pass-fulldeps Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
run-pass-valgrind
rustdoc rustdoc: Cleanup associated const value rendering 2017-05-31 20:05:28 +01:00
ui Change < interpreted as generic arg start warning 2017-06-12 10:22:08 -07:00
ui-fulldeps Introduce 'run-pass' header to 'ui' tests in compiletest. Fix issue #36516. 2017-06-02 23:28:22 +08:00
COMPILER_TESTS.md Move COMPILER_TESTS.md out of the root directory 2017-02-25 00:13:00 -06:00