mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 21:37:11 +00:00
Default auto traits: fix perf Skip computing `requires_default_supertraits` if `experimental-default-bounds` option is not enabled. Possible perf fix for https://github.com/rust-lang/rust/pull/120706 r? lcnr
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.