diff options
| author | Wesley Wiser <wwiser@gmail.com> | 2024-03-11 15:33:17 -0500 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2024-03-13 10:32:42 -0400 |
| commit | ae374cf04a30eac81de24c4fbdfb4d1c7f4f34e4 (patch) | |
| tree | 020da7e8b7b6c5055d1657d6d496189c896f74ac | |
| parent | 354c41eeb6ecf5f2b95954381283a4df65a4ce3a (diff) | |
| download | rust-ae374cf04a30eac81de24c4fbdfb4d1c7f4f34e4.tar.gz rust-ae374cf04a30eac81de24c4fbdfb4d1c7f4f34e4.zip | |
Add produces as tidy requires
| -rw-r--r-- | compiler/rustc_lint_defs/src/builtin.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler/rustc_lint_defs/src/builtin.rs b/compiler/rustc_lint_defs/src/builtin.rs index 7ab610ab970..20e492dbd8a 100644 --- a/compiler/rustc_lint_defs/src/builtin.rs +++ b/compiler/rustc_lint_defs/src/builtin.rs @@ -2819,6 +2819,8 @@ declare_lint! { /// } /// ``` /// + /// {{produces}} + /// /// ### Explanation /// /// In the 1.77 release, the const evaluation machinery adopted some |
