diff options
| author | bors <bors@rust-lang.org> | 2021-07-16 19:04:16 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-07-16 19:04:16 +0000 |
| commit | 74ef0c3e404cc72c08b2d1e14506f90d9e877269 (patch) | |
| tree | ee3ec7a9da52443949f2ab252c60bbfcb5a409e2 /compiler/rustc_feature/src/active.rs | |
| parent | c49895d9049f67e07e297ee487836a587f69690e (diff) | |
| parent | 7d36d69b4a0e6606b9a9c077302df7464ac1a4e7 (diff) | |
| download | rust-74ef0c3e404cc72c08b2d1e14506f90d9e877269.tar.gz rust-74ef0c3e404cc72c08b2d1e14506f90d9e877269.zip | |
Auto merge of #87201 - GuillaumeGomez:rollup-4loi2q9, r=GuillaumeGomez
Rollup of 7 pull requests Successful merges: - #87107 (Loop over all opaque types instead of looking at just the first one with the same DefId) - #87158 (Suggest full enum variant for local modules) - #87174 (Stabilize `[T; N]::map()`) - #87179 (Mark `const_trait_impl` as active) - #87180 (feat(rustdoc): open sidebar menu when links inside it are focused) - #87188 (Add GUI test for auto-hide-trait-implementations setting) - #87200 (TAIT: Infer all inference variables in opaque type substitutions via InferCx) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_feature/src/active.rs')
| -rw-r--r-- | compiler/rustc_feature/src/active.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/active.rs b/compiler/rustc_feature/src/active.rs index 64f0824e355..15123b5b28d 100644 --- a/compiler/rustc_feature/src/active.rs +++ b/compiler/rustc_feature/src/active.rs @@ -534,7 +534,7 @@ declare_features! ( (active, bindings_after_at, "1.41.0", Some(65490), None), /// Allows `impl const Trait for T` syntax. - (incomplete, const_trait_impl, "1.42.0", Some(67792), None), + (active, const_trait_impl, "1.42.0", Some(67792), None), /// Allows `T: ?const Trait` syntax in bounds. (incomplete, const_trait_bound_opt_out, "1.42.0", Some(67794), None), |
