Skip to content

Commit

Permalink
Fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
pierwill authored and camelid committed Feb 17, 2022
1 parent ef226df commit 8c29f8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ query, you would just do this:
let ty = tcx.type_of(some_def_id);
```

[`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

### How the compiler executes a query

Expand Down

0 comments on commit 8c29f8a

Please sign in to comment.