mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-30 16:41:16 +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