mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-01 21:28:05 +00:00
Delegation: reject C-variadics The explanation is contained in attached issues. Fixes https://github.com/rust-lang/rust/issues/127443 Fixes https://github.com/rust-lang/rust/issues/127413 r? `@petrochenkov`
For high-level intro to how type checking works in rustc, see the type checking chapter of the rustc dev guide.