Skip to content

can't build with default rustc master setup #4651

Closed
@matthiaskrgr

Description

@matthiaskrgr

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions