rust/src/test
bors bb0d481b5a Auto merge of #79697 - rylev:clearer-const-diagnostic, r=oli-obk
A slightly clearer diagnostic when misusing const

Fixes #79598

This produces the following diagnostic:
"expected one of `>`, a const expression, lifetime, or type, found keyword `const`"

Instead of the previous, more confusing:
"expected one of `>`, const, lifetime, or type, found keyword `const`"

This might not be completely clear as some users might not understand what a const expression is, but I do believe this is an improvement.
2020-12-05 22:47:37 +00:00
..
assembly Add wasm32 support to inline asm 2020-12-01 12:18:21 -06:00
auxiliary
codegen make test work in llvm 9 2020-11-30 01:21:47 -05:00
codegen-units simplify-locals: Remove unused assignments regardless of rvalue kind 2020-10-26 10:48:28 +01:00
compile-fail Update tests to remove old numeric constants 2020-11-29 00:55:55 -05:00
debuginfo Auto merge of #78461 - TimDiekmann:vec-alloc, r=Amanieu 2020-11-21 22:46:50 +00:00
incremental Revert "Auto merge of #79209 - spastorino:trait-inheritance-self, r=nikomatsakis" 2020-12-02 12:19:38 -03:00
mir-opt Avoid leaking block expression values 2020-12-04 23:07:46 +00:00
pretty Rename optin_builtin_traits to auto_traits 2020-11-23 14:14:06 -08:00
run-make Auto merge of #78122 - fusion-engineering-forks:fmt-write-bounds-check, r=Mark-Simulacrum 2020-11-29 23:14:40 +00:00
run-make-fulldeps Avoid leaking block expression values 2020-12-04 23:07:46 +00:00
run-pass-valgrind Drop support for cloudabi targets 2020-11-22 17:11:41 -05:00
rustdoc Rollup merge of #79638 - jyn514:intra-link-self-raw, r=Manishearth 2020-12-04 03:30:34 +01:00
rustdoc-js Add more rustdoc-js test cases 2020-12-03 14:11:37 -08:00
rustdoc-js-std
rustdoc-json Normalize windows path seperators. 2020-12-02 21:24:42 +00:00
rustdoc-ui Add tests for #[doc(keyword = "...")] and update other doc attributes tests 2020-12-02 20:01:06 +01:00
rustfix
ui Auto merge of #79697 - rylev:clearer-const-diagnostic, r=oli-obk 2020-12-05 22:47:37 +00:00
ui-fulldeps Only deny doc_keyword in std and set it as "allow" by default 2020-12-03 16:48:17 +01:00
COMPILER_TESTS.md