Skip to content

Commit aa036e6

Browse files
committed
Update link to rustc's TyKind
1 parent 6ef68c9 commit aa036e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/src/types/rust_types.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ types. The intention is that, at least when transitioning, rustc would
168168
implement the `Interner` trait and would map from the [`TyKind`][Rustc-TyKind]
169169
enum to chalk's [`TyKind`] on the fly, when `data()` is invoked.
170170

171-
[Rustc-TyKind]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/enum.TyKind.html
171+
[Rustc-TyKind]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_type_ir/sty/enum.TyKind.html
172172

173173
| rustc type | chalk variant (and some notes) |
174174
| ------------- | ------------------ |

0 commit comments

Comments
 (0)