Manually outline error on incremental_verify_ich

This reduces codegen for rustc_query_impl by 169k lines of LLVM IR, representing
a 1.2% improvement.
This commit is contained in:
Mark Rousskov 2021-10-11 22:33:16 -04:00
parent 65f3f8b220
commit dc65b22901
2 changed files with 74 additions and 24 deletions

View file

@ -6,6 +6,7 @@
#![feature(let_else)]
#![feature(min_specialization)]
#![feature(thread_local_const_init)]
#![feature(extern_types)]
#[macro_use]
extern crate tracing;