2022-04-25 20:02:43 -05:00
|
|
|
error: invalid argument
|
2023-03-06 14:06:34 -06:00
|
|
|
--> $DIR/invalid-debugger-visualizer-option.rs:4:24
|
2022-04-25 20:02:43 -05:00
|
|
|
|
|
|
|
|
LL | #![debugger_visualizer(random_file = "../foo.random")]
|
2022-05-24 13:14:48 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
2022-04-25 20:02:43 -05:00
|
|
|
|
|
|
|
|
= note: expected: `natvis_file = "..."`
|
2022-05-24 13:14:48 -05:00
|
|
|
= note: OR
|
|
|
|
= note: expected: `gdb_script_file = "..."`
|
2022-04-25 20:02:43 -05:00
|
|
|
|
2022-05-24 13:14:48 -05:00
|
|
|
error: couldn't read $DIR/../foo.random: $FILE_NOT_FOUND_MSG (os error $FILE_NOT_FOUND_CODE)
|
2023-03-06 14:06:34 -06:00
|
|
|
--> $DIR/invalid-debugger-visualizer-option.rs:5:24
|
2022-05-24 13:14:48 -05:00
|
|
|
|
|
|
|
|
LL | #![debugger_visualizer(natvis_file = "../foo.random")]
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2022-04-25 20:02:43 -05:00
|
|
|
|