rust/src/test
Esteban Küber 74fb3bbee4 On type inference errors use the type argument name when possible
```
error[E0282]: type annotations needed in `std::result::Result<i32, E>`
 --> file7.rs:3:13
  |
3 |     let b = Ok(4);
  |         -   ^^ cannot infer type for `E` in `std::result::Result<i32, E>`
  |         |
  |         consider giving `b` a type`
```
2019-05-31 18:33:59 -07:00
..
assembly
auxiliary
codegen test: support both (legacy and v0) choices of mangling. 2019-05-31 18:24:53 +03:00
codegen-units
compile-fail Update the rest of the test suites to use dyn 2019-05-29 00:57:42 -04:00
debuginfo
incremental
mir-opt Fix tidy 2019-05-25 10:07:01 +02:00
pretty Move async/await tests to test/ui/async-await 2019-05-24 21:49:34 +01:00
run-fail
run-make
run-make-fulldeps test: force legacy mangling for run-make-fulldeps/a-b-a-linker-guard. 2019-05-31 18:24:54 +03:00
run-pass test: support both (legacy and v0) choices of mangling. 2019-05-31 18:24:53 +03:00
run-pass-fulldeps Update the rest of the test suites to use dyn 2019-05-29 00:57:42 -04:00
run-pass-valgrind
rustdoc Rollup merge of #61279 - llogiq:implicit-option-main-doctests, r=GuillaumeGomez 2019-05-30 10:52:56 +02:00
rustdoc-js
rustdoc-js-std
rustdoc-ui
rustfix
ui On type inference errors use the type argument name when possible 2019-05-31 18:33:59 -07:00
ui-fulldeps
COMPILER_TESTS.md