We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 180bc54 commit 413c397Copy full SHA for 413c397
src/ty.md
@@ -78,7 +78,7 @@ is in fact a simple type alias for a reference with `'tcx` lifetime:
78
pub type Ty<'tcx> = &'tcx TyS<'tcx>;
79
```
80
81
-[the HIR]: https://github.com/rust-lang/rust/blob/master/src/librustc/hir/README.md
+[the HIR]: ./hir.html
82
83
You can basically ignore the `TyS` struct -- you will basically never
84
access it explicitly. We always pass it by reference using the
0 commit comments