From ae374cf04a30eac81de24c4fbdfb4d1c7f4f34e4 Mon Sep 17 00:00:00 2001 From: Wesley Wiser Date: Mon, 11 Mar 2024 15:33:17 -0500 Subject: [PATCH] Add produces as tidy requires --- compiler/rustc_lint_defs/src/builtin.rs | 2 ++ 1 file changed, 2 insertions(+) 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 @@ /// } /// ``` /// + /// {{produces}} + /// /// ### Explanation /// /// In the 1.77 release, the const evaluation machinery adopted some