diff options
| author | David Tolnay <dtolnay@gmail.com> | 2023-07-16 22:13:08 -0700 |
|---|---|---|
| committer | David Tolnay <dtolnay@gmail.com> | 2023-07-20 11:04:31 -0700 |
| commit | f2e3d3fc63ea238385aecbb77f633fd451b9470a (patch) | |
| tree | 58ee29dcca80a28dddd5987dc11417b05b13ef5c /tests/ui | |
| parent | 32cac2e0024aa4d02661859f9bfc69d33e6e8ba9 (diff) | |
| download | rust-f2e3d3fc63ea238385aecbb77f633fd451b9470a.tar.gz rust-f2e3d3fc63ea238385aecbb77f633fd451b9470a.zip | |
Move OutFileName writing into rustc_session
Diffstat (limited to 'tests/ui')
| -rw-r--r-- | tests/ui/unpretty/avoid-crash.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/unpretty/avoid-crash.stderr b/tests/ui/unpretty/avoid-crash.stderr index 11cd3866fa8..15bcc277e64 100644 --- a/tests/ui/unpretty/avoid-crash.stderr +++ b/tests/ui/unpretty/avoid-crash.stderr @@ -1,4 +1,4 @@ -error: pretty-print failed to write `/tmp/` due to $ERROR_MESSAGE +error: failed to write `/tmp/` due to $ERROR_MESSAGE error: aborting due to previous error |
