rust/src/test
Corey Farwell 5aab3b97af Rollup merge of #40500 - estebank:turbofish-help, r=pnkfelix
Point out correct turbofish usage on `Foo<Bar<Baz>>`

Whenever we parse a chain of binary operations, as long as the first
operation is `<` and the subsequent operations are either `>` or `<`,
present the following diagnostic help:

    use `::<...>` instead of `<...>` if you meant to specify type arguments

This will lead to spurious recommendations on situations like
`2 < 3 < 4` but should be clear from context that the help doesn't apply
in that case.

Fixes #40396.
2017-03-17 08:49:01 -04:00
..
codegen emit !align attributes on stores of operand pairs 2017-03-13 11:52:41 +02:00
codegen-units trans: Treat generics like regular functions, not like #[inline] functions during CGU partitioning. 2017-01-09 10:06:58 -05:00
compile-fail Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik 2017-03-17 08:48:52 -04:00
compile-fail-fulldeps Update syntax for pub(restricted) 2017-03-10 08:19:20 -08: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 Add warning cycle. 2017-02-28 22:15:12 +00:00
pretty Update pretty test for derive attributes 2017-02-05 12:22:29 +10:30
run-fail
run-fail-fulldeps
run-make Auto merge of #40446 - arielb1:rollup, r=alexcrichton 2017-03-12 02:50:17 +00:00
run-pass Rollup merge of #40457 - frewsxcv:frewsxcv-macos, r=steveklabnik 2017-03-17 08:48:52 -04:00
run-pass-fulldeps Remove ability for plugins to register a MIR pass 2017-03-10 08:09:29 -08:00
run-pass-valgrind Removes FIXMEs related to #22405 2017-01-31 21:27:13 -05:00
rustdoc Rollup merge of #39944 - GuillaumeGomez:associated-consts, r=frewsxcv 2017-02-28 22:55:28 -05:00
ui Rollup merge of #40500 - estebank:turbofish-help, r=pnkfelix 2017-03-17 08:49:01 -04: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