Closed
Description
We used to be able to
rustup-toolchain-install-master -n master -f
cargo +master build
but this no longe works due to minimized std I think: rust-lang/rust#64823
When I try the procedure that previously worked, I just get
Compiling clippy_lints v0.0.212 (/home/matthias/vcs/github/rust-clippy/clippy_lints)
error[E0463]: can't find crate for `fmt_macros`
--> clippy_lints/src/lib.rs:20:1
|
20 | extern crate fmt_macros;
| ^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to previous error
We probably need to update at least the docs and CI...
Metadata
Metadata
Assignees
Labels
No labels