rust/src/test
Tyler Mandry a63f8c1cac
Rollup merge of #76719 - hameerabbasi:min-const-generics-ty, r=lcnr
Change error message for ty param in const

This PR introduces the following changes:

* Change error message for type param in a const expression when using
`min_const_generics`
* Change `ParamInNonTrivialAnonConst` to contain an extra `bool` used for
distinguishing whether the passed-in symbol is a type or a value.

Fixes #76701
2020-09-16 12:24:06 -07:00
..
assembly Fix test 2020-08-28 18:53:09 +01:00
auxiliary
codegen Test that bounds checks are elided for indexing after .[r]position() 2020-09-14 22:19:48 -04:00
codegen-units ty: remove obsolete printer 2020-08-30 18:59:07 +01:00
compile-fail pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
debuginfo debuginfo: Ignore HashMap tests before cdb 10.0.18362.1 2020-09-05 14:47:16 -07:00
incremental pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
mir-opt Auto merge of #76123 - tmiasko:inline-args-storage, r=wesleywiser 2020-09-14 02:13:02 +00:00
pretty pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
run-make proc_macro: Add API for tracked access to environment variables 2020-07-26 13:37:37 +03:00
run-make-fulldeps Auto merge of #76378 - petrochenkov:lldtest, r=Mark-Simulacrum 2020-09-10 10:06:44 +00:00
run-pass-valgrind
rustdoc Auto merge of #76571 - lzutao:rustdoc-private-traits, r=jyn514 2020-09-14 08:25:41 +00:00
rustdoc-js Allow #[doc(alias)] on impl const items 2020-08-12 11:09:24 +02:00
rustdoc-js-std
rustdoc-ui Rollup merge of #76642 - GuillaumeGomez:ignored-private-doc-test, r=jyn514 2020-09-16 12:24:05 -07:00
rustfix
ui Rollup merge of #76719 - hameerabbasi:min-const-generics-ty, r=lcnr 2020-09-16 12:24:06 -07:00
ui-fulldeps Fully integrate token collection for additional AST structs 2020-09-10 17:58:14 -04:00
COMPILER_TESTS.md