mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 12:36:35 +03:00
c1f716ae53
Port rustc_no_implicit_bounds attribute to parser. Tracking Issue: https://github.com/rust-lang/rust/issues/131229 r? @JonathanBrouwer
For high-level intro to how type checking works in rustc, see the hir typeck chapter of the rustc dev guide.