File tree Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Expand file tree Collapse file tree 1 file changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -428,7 +428,7 @@ fn invalid_parent_pointer() {
428
428
[ERROR] failed to read `[ROOT]/foo/foo/Cargo.toml`
429
429
430
430
Caused by:
431
- [..] (os error [..])
431
+ [NOT_FOUND]
432
432
433
433
"# ] ] )
434
434
. run ( ) ;
@@ -463,7 +463,7 @@ Caused by:
463
463
failed to read `[ROOT]/foo/foo/Cargo.toml`
464
464
465
465
Caused by:
466
- [..] (os error [..])
466
+ [NOT_FOUND]
467
467
468
468
"# ] ] )
469
469
. run ( ) ;
@@ -1232,10 +1232,7 @@ fn rebuild_please() {
1232
1232
. with_status ( 101 )
1233
1233
. with_stderr_data ( str![ [ r#"
1234
1234
...
1235
- assertion `left == right` failed
1236
- left: 1
1237
- right: 0
1238
- [NOTE] run with `RUST_BACKTRACE=1` environment variable to display a backtrace
1235
+ assertion[..]
1239
1236
...
1240
1237
"# ] ] )
1241
1238
. run ( ) ;
@@ -1978,7 +1975,7 @@ Caused by:
1978
1975
failed to read `[ROOT]/foo/crates/bar/Cargo.toml`
1979
1976
1980
1977
Caused by:
1981
- [..] (os error [..])
1978
+ [NOT_FOUND]
1982
1979
1983
1980
"# ] ] )
1984
1981
. run ( ) ;
@@ -2446,7 +2443,7 @@ Caused by:
2446
2443
failed to read `[ROOT]/foo/x/Cargo.toml`
2447
2444
2448
2445
Caused by:
2449
- [..] (os error [..])
2446
+ [NOT_FOUND]
2450
2447
2451
2448
"# ] ] )
2452
2449
. run ( ) ;
@@ -2497,7 +2494,7 @@ Caused by:
2497
2494
failed to read `[ROOT]/foo/bar/baz/Cargo.toml`
2498
2495
2499
2496
Caused by:
2500
- [..] (os error [..])
2497
+ [NOT_FOUND]
2501
2498
2502
2499
"# ] ] )
2503
2500
. run ( ) ;
You can’t perform that action at this time.
0 commit comments