We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6cb12df commit 3573bb1Copy full SHA for 3573bb1
src/test/ui-fulldeps/session-diagnostic/diagnostic-derive.stderr
@@ -449,7 +449,7 @@ error[E0277]: the trait bound `Hello: IntoDiagnosticArg` is not satisfied
449
--> $DIR/diagnostic-derive.rs:331:10
450
|
451
LL | #[derive(Diagnostic)]
452
- | ^^^^^^^^^^^^^^^^^ the trait `IntoDiagnosticArg` is not implemented for `Hello`
+ | ^^^^^^^^^^ the trait `IntoDiagnosticArg` is not implemented for `Hello`
453
454
= help: normalized in stderr
455
note: required by a bound in `DiagnosticBuilder::<'a, G>::set_arg`
0 commit comments