fix stderrs
This commit is contained in:
parent
b00e5f37f3
commit
c9653a6b0b
2 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
||||||
error: invalid argument
|
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")]
|
LL | #![debugger_visualizer(random_file = "../foo.random")]
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
@ -9,7 +9,7 @@ LL | #![debugger_visualizer(random_file = "../foo.random")]
|
||||||
= note: expected: `gdb_script_file = "..."`
|
= note: expected: `gdb_script_file = "..."`
|
||||||
|
|
||||||
error: couldn't read $DIR/../foo.random: $FILE_NOT_FOUND_MSG (os error $FILE_NOT_FOUND_CODE)
|
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")]
|
LL | #![debugger_visualizer(natvis_file = "../foo.random")]
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
error: attribute should be applied to a module
|
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")]
|
LL | #[debugger_visualizer(natvis_file = "../foo.natvis")]
|
||||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||||
|
|
Loading…
Add table
Reference in a new issue