diff options
| author | Ralf Jung <post@ralfj.de> | 2020-12-30 20:09:26 +0100 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2020-12-31 10:53:37 +0100 |
| commit | db03b58f23ba8b4b9ee89b2ce28588da6b5225c3 (patch) | |
| tree | 57cea70856623ad8ab31d05cc2d643e54dcd2742 /src/test/ui/panic-handler | |
| parent | 1862135351e87905e7a497bee96f199040ce1b51 (diff) | |
| download | rust-db03b58f23ba8b4b9ee89b2ce28588da6b5225c3.tar.gz rust-db03b58f23ba8b4b9ee89b2ce28588da6b5225c3.zip | |
remove move_val_init leftovers
Diffstat (limited to 'src/test/ui/panic-handler')
| -rw-r--r-- | src/test/ui/panic-handler/weak-lang-item.stderr | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/test/ui/panic-handler/weak-lang-item.stderr b/src/test/ui/panic-handler/weak-lang-item.stderr index b7c040c7a85..68e3e21df3e 100644 --- a/src/test/ui/panic-handler/weak-lang-item.stderr +++ b/src/test/ui/panic-handler/weak-lang-item.stderr @@ -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: `#[panic_handler]` function required, but not found - error: language item required, but not found: `eh_personality` +error: `#[panic_handler]` function required, but not found + error: aborting due to 3 previous errors For more information about this error, try `rustc --explain E0259`. |
