Adjust stderr file
This commit is contained in:
parent
1fc9ef1edd
commit
3f1f694ca5
@ -2,7 +2,7 @@
|
|||||||
// Tests error conditions for specifying diagnostics using #[derive(SessionDiagnostic)]
|
// Tests error conditions for specifying diagnostics using #[derive(SessionDiagnostic)]
|
||||||
|
|
||||||
// normalize-stderr-test "the following other types implement trait `IntoDiagnosticArg`:(?:.*\n){0,9}\s+and \d+ others" -> "normalized in stderr"
|
// normalize-stderr-test "the following other types implement trait `IntoDiagnosticArg`:(?:.*\n){0,9}\s+and \d+ others" -> "normalized in stderr"
|
||||||
|
// normalize-stderr-test "diagnostic_builder\.rs:[0-9]+:[0-9]+" -> "diagnostic_builder.rs:LL:CC"
|
||||||
// The proc_macro2 crate handles spans differently when on beta/stable release rather than nightly,
|
// The proc_macro2 crate handles spans differently when on beta/stable release rather than nightly,
|
||||||
// changing the output of this test. Since SessionDiagnostic is strictly internal to the compiler
|
// changing the output of this test. Since SessionDiagnostic is strictly internal to the compiler
|
||||||
// the test is just ignored on stable and beta:
|
// the test is just ignored on stable and beta:
|
||||||
|
@ -453,7 +453,7 @@ LL | #[derive(SessionDiagnostic)]
|
|||||||
|
|
|
|
||||||
= help: normalized in stderr
|
= help: normalized in stderr
|
||||||
note: required by a bound in `DiagnosticBuilder::<'a, G>::set_arg`
|
note: required by a bound in `DiagnosticBuilder::<'a, G>::set_arg`
|
||||||
--> $COMPILER_DIR/rustc_errors/src/diagnostic_builder.rs:569:19
|
--> $COMPILER_DIR/rustc_errors/src/diagnostic_builder.rs:LL:CC
|
||||||
|
|
|
|
||||||
LL | arg: impl IntoDiagnosticArg,
|
LL | arg: impl IntoDiagnosticArg,
|
||||||
| ^^^^^^^^^^^^^^^^^ required by this bound in `DiagnosticBuilder::<'a, G>::set_arg`
|
| ^^^^^^^^^^^^^^^^^ required by this bound in `DiagnosticBuilder::<'a, G>::set_arg`
|
||||||
|
Loading…
Reference in New Issue
Block a user