Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Latest commit

 

History

History
10 lines (7 loc) · 376 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 376 Bytes

unit test for compile-time regression in rustc

This is a small repro for the compile time regression as exposed in rust-lang/rust#91128.

steps to reproduce

  • with rust stable 1.56, time cargo build --release => around 26 seconds on my machine
  • with rust nightly, time cargo +nightly build --release => around 2 minutes on my machine