diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-01-12 08:23:59 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-01-12 08:23:59 +0100 |
| commit | d61ac868f7648e418d3f95bcb2ebbd47caf347b6 (patch) | |
| tree | 647d3084f642a3df6270ed367cec9538ca45e00d | |
| parent | c738e54f8f9e95d8b75fba1975fb6598680d3b25 (diff) | |
| parent | 7aec5def5af78b9644207d851da10620fb71cf42 (diff) | |
| download | rust-d61ac868f7648e418d3f95bcb2ebbd47caf347b6.tar.gz rust-d61ac868f7648e418d3f95bcb2ebbd47caf347b6.zip | |
Rollup merge of #119866 - smoelius:patch-2, r=compiler-errors
Convert `effects` description to doc comment So that it is visible here: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_feature/unstable/struct.Features.html#structfield.effects r? `@fee1-dead`
| -rw-r--r-- | compiler/rustc_feature/src/unstable.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_feature/src/unstable.rs b/compiler/rustc_feature/src/unstable.rs index 59ea828440f..2f2b551e6ec 100644 --- a/compiler/rustc_feature/src/unstable.rs +++ b/compiler/rustc_feature/src/unstable.rs @@ -450,7 +450,7 @@ declare_features! ( (unstable, doc_masked, "1.21.0", Some(44027)), /// Allows `dyn* Trait` objects. (incomplete, dyn_star, "1.65.0", Some(102425)), - // Uses generic effect parameters for ~const bounds + /// Uses generic effect parameters for ~const bounds (unstable, effects, "1.72.0", Some(102090)), /// Allows `X..Y` patterns. (unstable, exclusive_range_pattern, "1.11.0", Some(37854)), |
