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 ef226df commit 8c29f8aCopy full SHA for 8c29f8a
src/query.md
@@ -53,7 +53,7 @@ query, you would just do this:
53
let ty = tcx.type_of(some_def_id);
54
```
55
56
-[`TyTcx`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.TyCtxt.html
+[`TyCtxt`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.TyCtxt.html
57
58
### How the compiler executes a query
59
0 commit comments