From f88709b14ab3d7793f5864d57fe2c19a22658727 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Esteban=20K=C3=BCber?= Date: Sat, 28 Dec 2024 04:38:44 +0000 Subject: [PATCH] fix test --- .../ui-fulldeps/session-diagnostic/diagnostic-derive.stderr | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr b/tests/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr index 0b0defe1e027d..ebd6b9032281c 100644 --- a/tests/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr +++ b/tests/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr @@ -586,7 +586,8 @@ LL | #[multipart_suggestion(no_crate_suggestion)] | help: `multipart_suggestion` is an attribute that can be used by the derive macro `Subdiagnostic`, you might be missing a `derive` attribute | -LL | #[derive(Subdiagnostic)] +LL + #[derive(Subdiagnostic)] + | struct MultipartSuggestion { | error: cannot find attribute `multipart_suggestion` in this scope @@ -597,7 +598,8 @@ LL | #[multipart_suggestion()] | help: `multipart_suggestion` is an attribute that can be used by the derive macro `Subdiagnostic`, you might be missing a `derive` attribute | -LL | #[derive(Subdiagnostic)] +LL + #[derive(Subdiagnostic)] + | struct MultipartSuggestion { | error: cannot find attribute `multipart_suggestion` in this scope