Files
rust/compiler/rustc_hir_analysis
bors 9838411cb7 Auto merge of #155257 - petrochenkov:visatleast, r=adwinwhite
privacy: Assert that compared visibilities are (usually) ordered



And make "greater than" (`>`) the new primary operation for comparing visibilities instead of "is at least" (`>=`).
2026-04-25 16:15:55 +00:00
..

For high-level intro to how type checking works in rustc, see the hir typeck chapter of the rustc dev guide.