diff options
| author | oli <github35764891676564198441@oli-obk.de> | 2021-01-01 18:45:44 +0000 |
|---|---|---|
| committer | oli <github35764891676564198441@oli-obk.de> | 2021-01-01 18:45:44 +0000 |
| commit | ba3a876592c41e210f41101ffaade7e21b39fc2c (patch) | |
| tree | 3782af13f20691a07b28f4037a09a9a17e9329a0 /src/test/ui/panic-handler | |
| parent | aaee3f27eec3e14e28436cdcc6ffe469d400c789 (diff) | |
| download | rust-ba3a876592c41e210f41101ffaade7e21b39fc2c.tar.gz rust-ba3a876592c41e210f41101ffaade7e21b39fc2c.zip | |
Bless ui tests
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`. |
