mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 06:44:35 +00:00
fix stderrs
This commit is contained in:
parent
b00e5f37f3
commit
c9653a6b0b
@ -1,5 +1,5 @@
|
||||
error: invalid argument
|
||||
--> $DIR/invalid-debugger-visualizer-option.rs:5:24
|
||||
--> $DIR/invalid-debugger-visualizer-option.rs:4:24
|
||||
|
|
||||
LL | #![debugger_visualizer(random_file = "../foo.random")]
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
@ -9,7 +9,7 @@ LL | #![debugger_visualizer(random_file = "../foo.random")]
|
||||
= note: expected: `gdb_script_file = "..."`
|
||||
|
||||
error: couldn't read $DIR/../foo.random: $FILE_NOT_FOUND_MSG (os error $FILE_NOT_FOUND_CODE)
|
||||
--> $DIR/invalid-debugger-visualizer-option.rs:6:24
|
||||
--> $DIR/invalid-debugger-visualizer-option.rs:5:24
|
||||
|
|
||||
LL | #![debugger_visualizer(natvis_file = "../foo.random")]
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
@ -1,5 +1,5 @@
|
||||
error: attribute should be applied to a module
|
||||
--> $DIR/invalid-debugger-visualizer-target.rs:3:1
|
||||
--> $DIR/invalid-debugger-visualizer-target.rs:1:1
|
||||
|
|
||||
LL | #[debugger_visualizer(natvis_file = "../foo.natvis")]
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
Loading…
Reference in New Issue
Block a user