edittion-2-post4 #1192
Answered
by
somebodyLi
somebodyLi
asked this question in
Questions
edittion-2-post4
#1192
-
I have trouble with |
Beta Was this translation helpful? Give feedback.
Answered by
somebodyLi
Feb 20, 2023
Replies: 1 comment
-
I fixed this by add the following code. #[cfg(test)]
#[allow(non_snake_case)]
#[no_mangle]
pub extern "C" fn _Unwind_Resume() -> ! { loop {} }
#[cfg(test)]
#[lang = "eh_personality"]
extern "C" fn eh_personality() {} |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
phil-opp
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I fixed this by add the following code.