Skip to content

Commit 24149d7

Browse files
committed
Blessed change to output of flaky test.
See issue 81296. I hope to have a PR up fixing *that* soon after this one.
1 parent aa8fdad commit 24149d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/ui/panic-handler/weak-lang-item.stderr

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ help: you can use `as` to change the binding name of the import
1010
LL | extern crate core as other_core;
1111
|
1212

13-
error: language item required, but not found: `eh_personality`
14-
1513
error: `#[panic_handler]` function required, but not found
1614

15+
error: language item required, but not found: `eh_personality`
16+
1717
error: aborting due to 3 previous errors
1818

1919
For more information about this error, try `rustc --explain E0259`.

0 commit comments

Comments
 (0)