You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/glossary.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ HirId | identifies a particular node in the HIR by combining
15
15
generics | the set of generic type parameters defined on a type or item
16
16
ICE | internal compiler error. When the compiler crashes.
17
17
infcx | the inference context (see `librustc/infer`)
18
-
MIR | the Mid-level IR that is created after type-checking for use by borrowck and trans. Defined in the `src/librustc/mir/` module, but much of the code that manipulates it is found in `src/librustc_mir`.
18
+
MIR | the Mid-level IR that is created after type-checking for use by borrowck and trans ([see more](./mir.html))
19
19
obligation | something that must be proven by the trait system ([see more](trait-resolution.html))
20
20
local crate | the crate currently being compiled.
21
21
node-id or NodeId | an index identifying a particular node in the AST or HIR; gradually being phased out and replaced with `HirId`.
0 commit comments