]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui-fulldeps/internal-lints/diagnostics.rs
Rollup merge of #98428 - davidtwco:translation-derive-typed-identifiers, r=oli-obk
[rust.git] / src / test / ui-fulldeps / internal-lints / diagnostics.rs
index 3e349ab02586f5c93d951525475739814a086ca2..d6f63d44ba6a87d7398205dfc51773f32dd6c826 100644 (file)
@@ -23,7 +23,7 @@ struct DeriveSessionDiagnostic {
 }
 
 #[derive(SessionSubdiagnostic)]
-#[note(slug = "note")]
+#[note(parser::add_paren)]
 struct Note {
     #[primary_span]
     span: Span,