rust/compiler/rustc_typeck
Scott McMurray 30309db972 Put the 2229 migration errors in alphabetical order
Looks like they were in FxHash order before, so it might just be luck that this used to be consistent across different word lengths.
2022-05-05 17:41:02 -07:00
..

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