rust/src/test
Esteban Küber 48fa974211 Suggest correct syntax when writing type arg instead of assoc type
When confusing an associated type with a type argument, suggest the
appropriate syntax.

Given `Iterator<isize>`, suggest `Iterator<Item = isize>`.
2018-11-22 14:14:27 -08:00
..
auxiliary
codegen Remove extern and some return value as an attempt to make the test pass on more platforms 2018-11-14 18:09:54 +01:00
codegen-units
compile-fail adjust remaining tests 2018-11-16 22:04:14 +01:00
compile-fail-fulldeps
debuginfo
incremental
incremental-fulldeps
mir-opt Auto merge of #55716 - RalfJung:escape-to-raw, r=oli-obk 2018-11-15 01:12:01 +00:00
pretty
run-fail
run-fail-fulldeps
run-make
run-make-fulldeps
run-pass Rollup merge of #55968 - ehuss:non-mod-rs-tests, r=petrochenkov 2018-11-19 22:06:26 +08:00
run-pass-fulldeps Rollup merge of #55564 - smaeul:test-fixes-2, r=alexcrichton 2018-11-18 23:24:32 +01:00
run-pass-valgrind
rustdoc Auto merge of #55912 - kennytm:rollup, r=kennytm 2018-11-13 22:17:46 +00:00
rustdoc-js
rustdoc-ui properly calculate spans for intra-doc link resolution errors 2018-11-14 18:14:31 -06:00
rustfix
ui Suggest correct syntax when writing type arg instead of assoc type 2018-11-22 14:14:27 -08:00
ui-fulldeps Stabilize extern_crate_item_prelude 2018-11-21 01:27:23 +03:00
COMPILER_TESTS.md