It should be fn panic_fmt(_: core::fmt::Arguments, _: &(&'static str, usize)) -> ! {} according to libcore's panicking.rs.
Also, whenever I use core without #![no_main], I get an llvm error; Am I doing something wrong?
http://is.gd/p71qD2
Sorry, I know that isn't really related at all :P
It should be
fn panic_fmt(_: core::fmt::Arguments, _: &(&'static str, usize)) -> ! {}according to libcore'spanicking.rs.Also, whenever I use core without
#![no_main], I get an llvm error; Am I doing something wrong?http://is.gd/p71qD2
Sorry, I know that isn't really related at all :P