diff options
| author | beetrees <b@beetr.ee> | 2023-05-15 18:34:32 +0000 |
|---|---|---|
| committer | beetrees <b@beetr.ee> | 2024-03-07 00:19:55 +0000 |
| commit | 63091b105d08b7b0db19d699d3be3060acde04ad (patch) | |
| tree | 82ededcd7e6022139b1570cd3cbed16493c57a07 /tests/rustdoc-ui/argfile/commandline-argfile-multiple-windows.stderr | |
| parent | 7d3702e472b99be0f5de6608dd87af1df8f99428 (diff) | |
| download | rust-63091b105d08b7b0db19d699d3be3060acde04ad.tar.gz rust-63091b105d08b7b0db19d699d3be3060acde04ad.zip | |
Make `arg_expand_all` not short-circuit on first error
Diffstat (limited to 'tests/rustdoc-ui/argfile/commandline-argfile-multiple-windows.stderr')
| -rw-r--r-- | tests/rustdoc-ui/argfile/commandline-argfile-multiple-windows.stderr | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/rustdoc-ui/argfile/commandline-argfile-multiple-windows.stderr b/tests/rustdoc-ui/argfile/commandline-argfile-multiple-windows.stderr new file mode 100644 index 00000000000..ad3b445c958 --- /dev/null +++ b/tests/rustdoc-ui/argfile/commandline-argfile-multiple-windows.stderr @@ -0,0 +1,6 @@ +error: failed to load argument file: IO error: $DIR/commandline-argfile-missing.args: $FILE_MISSING (os error $ERR) + +error: failed to load argument file: UTF-8 error in $DIR/commandline-argfile-badutf8.args + +error: failed to load argument file: IO error: $DIR/commandline-argfile-missing2.args: $FILE_MISSING (os error $ERR) + |
