Fixup diagnostic-derive test

This commit is contained in:
Daniel Xu 2022-07-08 23:34:07 -05:00
parent 34e9e6dff1
commit f0a99f9036

View File

@ -411,7 +411,7 @@ LL | #[derive(SessionDiagnostic)]
|
= help: normalized in stderr
note: required by a bound in `DiagnosticBuilder::<'a, G>::set_arg`
--> $COMPILER_DIR/rustc_errors/src/diagnostic_builder.rs:538:19
--> $COMPILER_DIR/rustc_errors/src/diagnostic_builder.rs:539:19
|
LL | arg: impl IntoDiagnosticArg,
| ^^^^^^^^^^^^^^^^^ required by this bound in `DiagnosticBuilder::<'a, G>::set_arg`