Rustfmt
This commit is contained in:
parent
fb2983c48b
commit
a63b85496a
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user