mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
13b7aa4d7f
Optimize dep node backtrace and ignore fatal errors This attempts to optimize https://github.com/rust-lang/rust/pull/91742 while also passing through fatal errors. r? `@cjgillot`