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
`Ty<'tcx>` | struct | This is the internal representation of a type used for type checking | [Type checking] | [src/librustc/ty/mod.rs](https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ty/type.Ty.html)
30
30
`TyCtxt<'cx, 'tcx, 'tcx>` | type | The "typing context". This is the central data structure in the compiler. It is the context that you use to perform all manner of queries | [The `ty` modules] | [src/librustc/ty/context.rs](https://doc.rust-lang.org/nightly/nightly-rustc/rustc/ty/struct.TyCtxt.html)
31
31
32
-
[The HIR]: hir.html
33
-
[Identifiers in the HIR]: hir.html#hir-id
34
-
[The parser]: the-parser.html
35
-
[The Rustc Driver]: rustc-driver.html
36
-
[Type checking]: type-checking.html
37
-
[The `ty` modules]: ty.html
38
-
[Rustdoc]: rustdoc.html
39
-
[Emitting Diagnostics]: diag.html
40
-
[Macro expansion]: macro-expansion.html
41
-
[Name resolution]: name-resolution.html
42
-
[Parameter Environment]: param_env.html
43
-
[Trait Solving: Goals and Clauses]: traits/goals-and-clauses.html#domain-goals
0 commit comments