File tree 1 file changed +4
-2
lines changed
tests/ui-fulldeps/session-diagnostic
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -586,7 +586,8 @@ LL | #[multipart_suggestion(no_crate_suggestion)]
586
586
|
587
587
help: `multipart_suggestion` is an attribute that can be used by the derive macro `Subdiagnostic`, you might be missing a `derive` attribute
588
588
|
589
- LL | #[derive(Subdiagnostic)]
589
+ LL + #[derive(Subdiagnostic)]
590
+ LL | struct MultipartSuggestion {
590
591
|
591
592
592
593
error: cannot find attribute `multipart_suggestion` in this scope
@@ -597,7 +598,8 @@ LL | #[multipart_suggestion()]
597
598
|
598
599
help: `multipart_suggestion` is an attribute that can be used by the derive macro `Subdiagnostic`, you might be missing a `derive` attribute
599
600
|
600
- LL | #[derive(Subdiagnostic)]
601
+ LL + #[derive(Subdiagnostic)]
602
+ LL | struct MultipartSuggestion {
601
603
|
602
604
603
605
error: cannot find attribute `multipart_suggestion` in this scope
You can’t perform that action at this time.
0 commit comments