blob: e9b9e5d65b1d1ea5e5ec71bf3a0186435b4dfc3f [file] [log] [blame]
error: Miri can only run programs that have a main function.
Alternatively, you can export a `miri_start` function:
#[cfg(miri)]
#[no_mangle]
fn miri_start(argc: isize, argv: *const *const u8) -> isize {
// Call the actual start function that your project implements, based on your target's conventions.
}
error: aborting due to 1 previous error