Skip to content

Commit

Permalink
Update link to rustc's TyKind
Browse files Browse the repository at this point in the history
  • Loading branch information
lowr committed Feb 16, 2023
1 parent 6ef68c9 commit aa036e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/types/rust_types.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ types. The intention is that, at least when transitioning, rustc would
implement the `Interner` trait and would map from the [`TyKind`][Rustc-TyKind]
enum to chalk's [`TyKind`] on the fly, when `data()` is invoked.

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

| rustc type | chalk variant (and some notes) |
| ------------- | ------------------ |
Expand Down

0 comments on commit aa036e6

Please sign in to comment.