From 2e2fe682527fafd6f5b7d3a3896644039d04b379 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 a2acbfe2ba8d0..4453a5cfc06a3 100644 --- a/compiler/rustc_lint_defs/src/builtin.rs +++ b/compiler/rustc_lint_defs/src/builtin.rs @@ -2788,6 +2788,8 @@ declare_lint! { /// } /// ``` /// + /// {{produces}} + /// /// ### Explanation /// /// In the 1.77 release, the const evaluation machinery adopted some