Skip to content

Commit 291aaa9

Browse files
committed
fix test
1 parent 4cb56d9 commit 291aaa9

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tests/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr

+4-2
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,8 @@ LL | #[multipart_suggestion(no_crate_suggestion)]
586586
|
587587
help: `multipart_suggestion` is an attribute that can be used by the derive macro `Subdiagnostic`, you might be missing a `derive` attribute
588588
|
589-
LL | #[derive(Subdiagnostic)]
589+
LL + #[derive(Subdiagnostic)]
590+
LL | struct MultipartSuggestion {
590591
|
591592

592593
error: cannot find attribute `multipart_suggestion` in this scope
@@ -597,7 +598,8 @@ LL | #[multipart_suggestion()]
597598
|
598599
help: `multipart_suggestion` is an attribute that can be used by the derive macro `Subdiagnostic`, you might be missing a `derive` attribute
599600
|
600-
LL | #[derive(Subdiagnostic)]
601+
LL + #[derive(Subdiagnostic)]
602+
LL | struct MultipartSuggestion {
601603
|
602604

603605
error: cannot find attribute `multipart_suggestion` in this scope

0 commit comments

Comments
 (0)