mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-26 08:44:35 +00:00
hide rustc line numbers in test
This commit is contained in:
parent
5586c2a68f
commit
7abbb9a4ff
@ -1,7 +1,7 @@
|
||||
// check-fail
|
||||
// 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 "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,
|
||||
// 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
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user