We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 046dc79 commit 0cedd25Copy full SHA for 0cedd25
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