We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f28ee commit 1b02604Copy full SHA for 1b02604
compiler/rustc_lint/src/lints.rs
@@ -1142,8 +1142,9 @@ pub(crate) struct IgnoredUnlessCrateSpecified<'a> {
1142
#[derive(LintDiagnostic)]
1143
#[diag(lint_dangling_pointers_from_temporaries)]
1144
#[note]
1145
-#[help]
1146
-#[help(lint_info)]
+#[help(lint_help_bind)]
+#[help(lint_help_returned)]
1147
+#[help(lint_help_visit)]
1148
// FIXME: put #[primary_span] on `ptr_span` once it does not cause conflicts
1149
pub(crate) struct DanglingPointersFromTemporaries<'tcx> {
1150
pub callee: Symbol,
0 commit comments