Skip to content

Commit e129915

Browse files
committed
fix(ui): update issue-98690 stderr to reflect current test harness behavior
- Remove outdated "Permission denied" error message from stderr file. - Add correct E0463 error output that matches actual test behavior. - Fix UI test for rustdoc doctest crate resolution failure. Signed-off-by: Chongbing Yu <[email protected]>
1 parent 2f4dfc7 commit e129915

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,9 @@
1-
Couldn't create directory for doctest executables: Permission denied (os error 13)
1+
error[E0463]: can't find crate for `foo`
2+
--> $DIR/issue-98690.rs:3:1
3+
|
4+
LL | extern crate r#foo;
5+
| ^^^^^^^^^^^^^^^^^^^ can't find crate
6+
7+
error: aborting due to 1 previous error
8+
9+
For more information about this error, try `rustc --explain E0463`.

0 commit comments

Comments
 (0)