Update Rust n-body build (#294)

This commit is contained in:
Max Graey
2018-10-26 19:25:09 +03:00
committed by Daniel Wirtz
parent 376afd45fc
commit afb8fe7762
4 changed files with 9 additions and 9 deletions

View File

@ -6,7 +6,7 @@
use core::intrinsics;
use core::panic::PanicInfo;
#[panic_implementation]
#[panic_handler]
#[no_mangle]
pub fn panic(_info: &PanicInfo) -> ! {
unsafe { intrinsics::abort() }