File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ shortly.
95
95
96
96
In rustc, they correspond to the ` TyKind::UnnormalizedProjectionTy ` enum
97
97
variant, declared in [ ` compiler/rustc_middle/src/ty/sty.rs ` ] [ sty ] . In chalk, we use an
98
- [ ` AssociatedType ` ] .
98
+ ` AssociatedType ` .
99
99
100
100
[ sty ] : https://github.com/rust-lang/rust/blob/master/compiler/rustc_middle/src/ty/sty.rs
101
101
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ representation of types is controlled by the [`Interner`] trait.
9
9
[ `Interner` ] : http://rust-lang.github.io/chalk/chalk_ir/interner/trait.Interner.html
10
10
[ `Ty` ] : http://rust-lang.github.io/chalk/chalk_ir/struct.Ty.html
11
11
[ `TyKind` ] : http://rust-lang.github.io/chalk/chalk_ir/enum.TyKind.html
12
- [ `data ` ] : http://rust-lang.github.io/chalk/chalk_ir/struct.Ty.html#method.data
12
+ [ `kind ` ] : http://rust-lang.github.io/chalk/chalk_ir/struct.Ty.html#method.kind
13
13
14
14
## The ` TyKind ` variants and how they map to Rust syntax
15
15
You can’t perform that action at this time.
0 commit comments