mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
714df2bf00
Also use `greater_than` instead of `is_at_least` for comparing visibilities, which we can do because visibilities are asserted to be ordered now.
For high-level intro to how type checking works in rustc, see the hir typeck chapter of the rustc dev guide.