diff options
| author | xFrednet <xFrednet@gmail.com> | 2024-02-10 21:53:34 +0000 |
|---|---|---|
| committer | xFrednet <xFrednet@gmail.com> | 2024-06-25 17:22:22 +0200 |
| commit | 8b14e23dce2d3cc7cb873609a22c727421d02d3b (patch) | |
| tree | 468f73a9a381b1fc4ea3a9abe23609878b75900a /compiler/rustc_feature/src/unstable.rs | |
| parent | d929a42a664c026167800801b26d734db925314f (diff) | |
| download | rust-8b14e23dce2d3cc7cb873609a22c727421d02d3b.tar.gz rust-8b14e23dce2d3cc7cb873609a22c727421d02d3b.zip | |
RFC 2383: Stabilize `lint_reasons` :tada:
Diffstat (limited to 'compiler/rustc_feature/src/unstable.rs')
| -rw-r--r-- | compiler/rustc_feature/src/unstable.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/rustc_feature/src/unstable.rs b/compiler/rustc_feature/src/unstable.rs index 2dfaac8f6e7..f4e20328814 100644 --- a/compiler/rustc_feature/src/unstable.rs +++ b/compiler/rustc_feature/src/unstable.rs @@ -512,8 +512,6 @@ declare_features! ( /// Allows using `#[link(kind = "link-arg", name = "...")]` /// to pass custom arguments to the linker. (unstable, link_arg_attribute, "1.76.0", Some(99427)), - /// Allows using `reason` in lint attributes and the `#[expect(lint)]` lint check. - (unstable, lint_reasons, "1.31.0", Some(54503)), /// Give access to additional metadata about declarative macro meta-variables. (unstable, macro_metavar_expr, "1.61.0", Some(83527)), /// Provides a way to concatenate identifiers using metavariable expressions. |
