Skip to content

Benchmarking no longer works after rust-lang/rust#68708 #68924

Closed
@ssomers

Description

@ssomers

#68708 suspended the ability to benchmark liballoc (and probably others, but not everything). x.py bench (with or without --stage 0) now lists oodles of errors starting with:

Compiling getrandom v0.1.14
error: duplicate lang item in crate `core` (which `rustc_std_workspace_core` depends on): `bool`.
  |
  = note: first defined in crate `core` (which `getrandom` depends on)

It's still possible though to build and test benchmarks with say x.py test --stage 0 --no-doc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    C-bugCategory: This is a bug.T-bootstrapRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions