mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-30 03:57:37 +00:00
5 lines
129 B
Rust
5 lines
129 B
Rust
![]() |
#![feature(debugger_visualizer)]
|
||
|
#![debugger_visualizer(random_file = "../foo.random")] //~ ERROR invalid argument
|
||
|
|
||
|
fn main() {}
|