Update link to hir
This commit is contained in:
parent
6ab5adfb2e
commit
04d35ee547
|
|
@ -78,7 +78,7 @@ is in fact a simple type alias for a reference with `'tcx` lifetime:
|
||||||
pub type Ty<'tcx> = &'tcx TyS<'tcx>;
|
pub type Ty<'tcx> = &'tcx TyS<'tcx>;
|
||||||
```
|
```
|
||||||
|
|
||||||
[the HIR]: https://github.com/rust-lang/rust/blob/master/src/librustc/hir/README.md
|
[the HIR]: ./hir.html
|
||||||
|
|
||||||
You can basically ignore the `TyS` struct -- you will basically never
|
You can basically ignore the `TyS` struct -- you will basically never
|
||||||
access it explicitly. We always pass it by reference using the
|
access it explicitly. We always pass it by reference using the
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue