We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85c0616 commit 40e8461Copy full SHA for 40e8461
src/borrow_check/region_inference.md
@@ -48,7 +48,7 @@ The MIR-based region analysis consists of two major functions:
48
49
## Universal regions
50
51
-The [`UnversalRegions`] type represents a collection of _universal_ regions
+The [`UniversalRegions`] type represents a collection of _universal_ regions
52
corresponding to some MIR `DefId`. It is constructed in
53
[`replace_regions_in_mir`] when we replace all regions with fresh inference
54
variables. [`UniversalRegions`] contains indices for all the free regions in
0 commit comments