-
Notifications
You must be signed in to change notification settings - Fork 13.6k
Closed
Labels
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.requires-nightlyThis issue requires a nightly compiler in some way.This issue requires a nightly compiler in some way.
Description
git clone https://github.com/diesel-rs/diesel.git
cd diesel/diesel
# This takes 2 minutes and requires 1.7 GB RAM, and the output is 1.7 GB
time cargo +nightly-2021-10-18 rustc --lib -- -Z unpretty=hir-tree > /tmp/18.txt
# This takes 20 minutes and requires 12.0 GB RAM, and the output is 12.0 GB
time cargo +nightly-2021-10-19 rustc --lib -- -Z unpretty=hir-tree > /tmp/19.txt
Metadata
Metadata
Assignees
Labels
T-compilerRelevant to the compiler team, which will review and decide on the PR/issue.Relevant to the compiler team, which will review and decide on the PR/issue.requires-nightlyThis issue requires a nightly compiler in some way.This issue requires a nightly compiler in some way.