The docs for rustc_infer::infer::lattice (source here) refer to a file called infer.rs.
Currently, we only have two files with that name:
- ./compiler/rustc_trait_selection/src/infer.rs
- ./compiler/rustc_typeck/src/outlives/implicit_infer.rs
Where is thelattice code referred to here?
Perhaps we should describe the implementation here more instead of just linking to file.