Move unrelated ui test back to what it was before

This commit is contained in:
Ryan Levick 2021-02-10 11:08:00 +01:00
parent 4be7052b1a
commit 6bf6652616
1 changed files with 2 additions and 2 deletions

View File

@ -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`.