hide rustc line numbers in test
This commit is contained in:
parent
5586c2a68f
commit
7abbb9a4ff
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
// check-fail
|
// check-fail
|
||||||
// Tests that a doc comment will not preclude a field from being considered a diagnostic argument
|
// Tests that a doc comment will not preclude a field from being considered a diagnostic argument
|
||||||
// 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"
|
// normalize-stderr-test "(COMPILER_DIR/.*\.rs):[0-9]+:[0-9]+" -> "$1: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 Subdiagnostic is strictly internal to the compiler
|
// changing the output of this test. Since Subdiagnostic is strictly internal to the compiler
|
||||||
|
|
|
@ -23,7 +23,7 @@ LL | arg: NotIntoDiagnosticArg,
|
||||||
|
|
|
|
||||||
= help: normalized in stderr
|
= help: normalized in stderr
|
||||||
note: required by a bound in `Diagnostic::set_arg`
|
note: required by a bound in `Diagnostic::set_arg`
|
||||||
--> $COMPILER_DIR/rustc_errors/src/diagnostic.rs:968:5
|
--> $COMPILER_DIR/rustc_errors/src/diagnostic.rs:LL:CC
|
||||||
|
|
||||||
error: aborting due to 2 previous errors
|
error: aborting due to 2 previous errors
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue