We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0cb6c commit 6d95b5bCopy full SHA for 6d95b5b
compiler/rustc_lint/src/lints.rs
@@ -1147,8 +1147,9 @@ pub(crate) struct IgnoredUnlessCrateSpecified<'a> {
1147
#[derive(LintDiagnostic)]
1148
#[diag(lint_dangling_pointers_from_temporaries)]
1149
#[note]
1150
-#[help]
1151
-#[help(lint_info)]
+#[help(lint_help_bind)]
+#[help(lint_help_returned)]
1152
+#[help(lint_help_visit)]
1153
// FIXME: put #[primary_span] on `ptr_span` once it does not cause conflicts
1154
pub(crate) struct DanglingPointersFromTemporaries<'tcx> {
1155
pub callee: Symbol,
0 commit comments