File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ converting from the `rustc_hir::Ty` to a real `ty::Ty`. You can see that we firs
137
137
(` args ` ). Then we call ` type_of ` to get a type and call ` ty.instantiate(tcx, args) ` to get a new
138
138
version of ` ty ` with the args made.
139
139
140
- [ instantiatex ] : https://github.com/rust-lang/rust/blob/master /compiler/rustc_hir_analysis/src/astconv/mod.rs#L905-L927
140
+ [ instantiatex ] : https://github.com/rust-lang/rust/blob/8a562f9671e36cf29c9c794c2646bcf252d55535 /compiler/rustc_hir_analysis/src/astconv/mod.rs#L905-L927
141
141
142
142
** Note on indices:** It is possible for the indices in ` Param ` to not match with what we expect. For
143
143
example, the index could be out of bounds or it could be the index of a lifetime when we were
You can’t perform that action at this time.
0 commit comments