Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
estebank committed Dec 28, 2024
1 parent 3c8c8a8 commit f88709b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions tests/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit f88709b

Please sign in to comment.