We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 877f293 + 4719293 commit 657dd0bCopy full SHA for 657dd0b
tests/ui/unpretty/avoid-crash.rs
@@ -1,4 +1,4 @@
1
//@ normalize-stderr-test "error `.*`" -> "$$ERROR_MESSAGE"
2
-//@ compile-flags: -o/tmp/ -Zunpretty=ast-tree
+//@ compile-flags: -o. -Zunpretty=ast-tree
3
4
fn main() {}
tests/ui/unpretty/avoid-crash.stderr
-error: failed to write `/tmp/` due to $ERROR_MESSAGE
+error: failed to write `.` due to $ERROR_MESSAGE
error: aborting due to 1 previous error
0 commit comments