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.
9595
9696In rustc, they correspond to the ` TyKind::UnnormalizedProjectionTy ` enum
9797variant, declared in [ ` compiler/rustc_middle/src/ty/sty.rs ` ] [ sty ] . In chalk, we use an
98- [ ` AssociatedType ` ] .
98+ ` AssociatedType ` .
9999
100100[ sty ] : https://github.com/rust-lang/rust/blob/master/compiler/rustc_middle/src/ty/sty.rs
101101
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ representation of types is controlled by the [`Interner`] trait.
99[ `Interner` ] : http://rust-lang.github.io/chalk/chalk_ir/interner/trait.Interner.html
1010[ `Ty` ] : http://rust-lang.github.io/chalk/chalk_ir/struct.Ty.html
1111[ `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
1313
1414## The ` TyKind ` variants and how they map to Rust syntax
1515
You can’t perform that action at this time.
0 commit comments