about summary refs log tree commit diff
path: root/src/test/ui/panic-handler
diff options
context:
space:
mode:
authorRyan Levick <me@ryanlevick.com>2021-02-10 11:08:00 +0100
committerRyan Levick <me@ryanlevick.com>2021-03-03 11:22:59 +0100
commit6bf6652616ca75dde30cbdd021942433ae519730 (patch)
tree53dd37c26eace74260c85b6eeae3222f28a02055 /src/test/ui/panic-handler
parent4be7052b1a81f8f39d9ad23781e19f30d071f572 (diff)
downloadrust-6bf6652616ca75dde30cbdd021942433ae519730.tar.gz
rust-6bf6652616ca75dde30cbdd021942433ae519730.zip
Move unrelated ui test back to what it was before
Diffstat (limited to 'src/test/ui/panic-handler')
-rw-r--r--src/test/ui/panic-handler/weak-lang-item.stderr4
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`.