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`
This commit is contained in:
commit
d61ac868f7
1 changed files with 1 additions and 1 deletions
|
@ -450,7 +450,7 @@ declare_features! (
|
||||||
(unstable, doc_masked, "1.21.0", Some(44027)),
|
(unstable, doc_masked, "1.21.0", Some(44027)),
|
||||||
/// Allows `dyn* Trait` objects.
|
/// Allows `dyn* Trait` objects.
|
||||||
(incomplete, dyn_star, "1.65.0", Some(102425)),
|
(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)),
|
(unstable, effects, "1.72.0", Some(102090)),
|
||||||
/// Allows `X..Y` patterns.
|
/// Allows `X..Y` patterns.
|
||||||
(unstable, exclusive_range_pattern, "1.11.0", Some(37854)),
|
(unstable, exclusive_range_pattern, "1.11.0", Some(37854)),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue