Skip to content

Commit 2c9be18

Browse files
pierwillcamelid
authored andcommitted
Fix link
1 parent cb3fb94 commit 2c9be18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ query, you would just do this:
5353
let ty = tcx.type_of(some_def_id);
5454
```
5555

56-
[`TyTcx`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.TyCtxt.html
56+
[`TyCtxt`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.TyCtxt.html
5757

5858
### How the compiler executes a query
5959

0 commit comments

Comments
 (0)