File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
tests/ui-fulldeps/session-diagnostic Expand file tree Collapse file tree 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)]
586586 |
587587help: `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+ | struct MultipartSuggestion {
590591 |
591592
592593error: cannot find attribute `multipart_suggestion` in this scope
@@ -597,7 +598,8 @@ LL | #[multipart_suggestion()]
597598 |
598599help: `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+ | struct MultipartSuggestion {
601603 |
602604
603605error: cannot find attribute `multipart_suggestion` in this scope
You can’t perform that action at this time.
0 commit comments