Skip to content

Commit

Permalink
Bless test where order of error message changed
Browse files Browse the repository at this point in the history
  • Loading branch information
rylev committed Mar 3, 2021
1 parent a6d926d commit 618c395
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/ui/panic-handler/weak-lang-item.stderr
Expand Up @@ -10,10 +10,10 @@ help: you can use `as` to change the binding name of the import
LL | extern crate core as other_core;
|

error: language item required, but not found: `eh_personality`

error: `#[panic_handler]` function required, but not found

error: language item required, but not found: `eh_personality`

error: aborting due to 3 previous errors

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

0 comments on commit 618c395

Please sign in to comment.