Closed ZhangHanDong closed 6 years ago
// src/vec.rs
use crate::core::fmt::Debug;
use crate::intrin::merge::*;
crate
is redundant, it can be left out in Rust 2018 edtion .
// src/vec.rs
use core::fmt::Debug;
use intrin::merge::*;
These are fixed in master, I think it just needs to be pushed to crates.io
Hey, sorry for the delay in getting this fixed. master
is working if you don't use the swap_bytes
intrinsics. I'll push something to crates.io once I get those working.
@AdamNiederer Thanks. I am in no hurry.
Still seems to not build :-(
rustc 1.30.0-nightly (5c875d938 2018-09-24)