diff --git a/examples/mini_core_hello_world.rs b/examples/mini_core_hello_world.rs index 9c08269d60ba..ba05e5befc9a 100644 --- a/examples/mini_core_hello_world.rs +++ b/examples/mini_core_hello_world.rs @@ -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) { loop {} } +fn panic(_: T) { + loop {} +} #[lang = "termination"] trait Termination {