mirror of
https://github.com/rust-lang/rust.git
synced 2025-09-29 15:48:52 +00:00
7 lines
158 B
Rust
7 lines
158 B
Rust
//@ normalize-stderr: "error `.*`" -> "$$ERROR_MESSAGE"
|
|
//@ compile-flags: -o. -Zunpretty=ast-tree
|
|
|
|
fn main() {}
|
|
|
|
//~? ERROR failed to write `.` due to error
|