Closed annedrewhu closed 3 years ago
Hi, I just tried building fresh from source with cargo build --release and it failed to compile due to the most recent commit. When I compiled from the parent (c5cdb...) it worked fine
cargo build --release
Which version of Rust are you using? $ rustc --version rustc 1.48.0
Ah, I see I was on 1.44.1
Sorry! I didn't think that they would have fixed a borrow checker error in the past couple months
Hi, I just tried building fresh from source with
cargo build --release
and it failed to compile due to the most recent commit. When I compiled from the parent (c5cdb...) it worked fine