rust/src/test
bors 4437b4b150 Auto merge of #77464 - ecstatic-morse:const-fn-impl-trait, r=oli-obk
Give `impl Trait` in a `const fn` its own feature gate

...previously it was gated under `#![feature(const_fn)]`.

I think we actually want to do this in all const-contexts? If so, this should be `#![feature(const_impl_trait)]` instead. I don't think there's any way to make use of `impl Trait` within a `const` initializer.

cc #77463

r? `@oli-obk`
2020-10-07 19:59:52 +00:00
..
assembly Auto merge of #77008 - fortanix:raoul/lvi-tests, r=Mark-Simulacrum 2020-09-28 03:28:04 +00:00
auxiliary
codegen Add codegen test 2020-10-07 16:17:01 +03:00
codegen-units Move from {{closure}}#0 syntax to {closure#0} for (def) path components 2020-09-25 22:46:14 +01:00
compile-fail Update `compile-fail` test 2020-09-29 19:45:06 -07:00
debuginfo debuginfo: Ignore HashMap tests before cdb 10.0.18362.1 2020-09-05 14:47:16 -07:00
incremental Remove predicates on associated types from traits 2020-10-06 11:19:31 +01:00
mir-opt Fix tests from rebase 2020-10-06 11:19:33 +01:00
pretty pretty: trim paths of unique symbols 2020-09-02 22:26:37 +03:00
run-make cleaning up code 2020-09-25 15:13:55 +02:00
run-make-fulldeps Renamed tests to avoid exceeding Windows max path limit 2020-10-05 09:40:25 -07:00
run-pass-valgrind
rustdoc Auto merge of #77253 - jyn514:crate-link, r=Manishearth 2020-09-29 12:11:17 +00:00
rustdoc-js Allow #[doc(alias)] on impl const items 2020-08-12 11:09:24 +02:00
rustdoc-js-std
rustdoc-ui Auto merge of #77119 - GuillaumeGomez:unclosed-html-tag-lint, r=jyn514 2020-10-07 09:56:51 +00:00
rustfix
ui Auto merge of #77464 - ecstatic-morse:const-fn-impl-trait, r=oli-obk 2020-10-07 19:59:52 +00:00
ui-fulldeps Rollup merge of #76474 - bjorn3:driver_selected_codegen, r=oli-obk 2020-09-28 18:39:40 +02:00
COMPILER_TESTS.md