This commit is contained in:
bjorn3 2018-09-11 19:28:13 +02:00
parent fb2983c48b
commit a63b85496a

View File

@ -19,7 +19,9 @@ unsafe extern "C" fn my_puts(s: *const u8) {
// TODO remove when jit supports linking rlibs
#[cfg(jit)]
fn panic<T>(_: T) { loop {} }
fn panic<T>(_: T) {
loop {}
}
#[lang = "termination"]
trait Termination {