11 lines
290 B
Plaintext
11 lines
290 B
Plaintext
|
|
error: invalid argument
|
||
|
|
--> $DIR/invalid-debugger-visualizer-option.rs:2:1
|
||
|
|
|
|
||
|
|
LL | #![debugger_visualizer(random_file = "../foo.random")]
|
||
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
|
||
|
|
= note: expected: `natvis_file = "..."`
|
||
|
|
|
||
|
|
error: aborting due to previous error
|
||
|
|
|