rust/compiler/rustc_feature/src
bors 87dc824248 Auto merge of #87237 - jonas-schievink:const-for-and-try, r=oli-obk
Add feature gates for `for` and `?` in consts

These operations seems *relatively* straightforward to support, and only seem to be blocked on `impl const Trait`.

I have included a working test for `const_try`, but `const_for` is currently unusable without reimplementing *every single* defaulted `Iterator` method, so I didn't do that.

(both features still need tracking issues before this is merged)
2021-07-30 12:05:48 +00:00
..
accepted.rs Stabilize const_fn_union 2021-07-27 16:03:33 -04:00
active.rs Add tracking issues 2021-07-29 23:21:54 +02:00
builtin_attrs.rs Add internal attribute and tests. 2021-07-20 22:14:43 +08:00
lib.rs Make incomplete features part of delcaration 2021-06-28 14:39:20 -04:00
removed.rs min_type_alias_impl_trait is going to be removed in 1.56 2021-07-28 17:04:45 -03:00
tests.rs tidy: Re-enable check for inline unit tests 2020-12-12 19:18:44 +03:00