Skip to content

Commit 3573bb1

Browse files
committed
FIX - broken test
1 parent 6cb12df commit 3573bb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ error[E0277]: the trait bound `Hello: IntoDiagnosticArg` is not satisfied
449449
--> $DIR/diagnostic-derive.rs:331:10
450450
|
451451
LL | #[derive(Diagnostic)]
452-
| ^^^^^^^^^^^^^^^^^ the trait `IntoDiagnosticArg` is not implemented for `Hello`
452+
| ^^^^^^^^^^ the trait `IntoDiagnosticArg` is not implemented for `Hello`
453453
|
454454
= help: normalized in stderr
455455
note: required by a bound in `DiagnosticBuilder::<'a, G>::set_arg`

0 commit comments

Comments
 (0)