2024-12-25 22:12:17 +11:00
|
|
|
//@ normalize-stderr: "foo.random:.*\(" -> "foo.random: $$FILE_NOT_FOUND_MSG ("
|
|
|
|
|
//@ normalize-stderr: "os error \d+" -> "os error $$FILE_NOT_FOUND_CODE"
|
2022-05-24 11:14:48 -07:00
|
|
|
|
2025-09-17 22:29:49 -07:00
|
|
|
#![debugger_visualizer(random_file = "../foo.random")] //~ ERROR malformed `debugger_visualizer` attribute input
|
2022-05-24 11:14:48 -07:00
|
|
|
#![debugger_visualizer(natvis_file = "../foo.random")] //~ ERROR
|
2022-04-25 18:02:43 -07:00
|
|
|
fn main() {}
|