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 86eeea9 commit 73d9970Copy full SHA for 73d9970
src/memory.md
@@ -52,7 +52,7 @@ represented as a slice `&'tcx [tcx.types.i32, tcx.types.u32]`).
52
defined and discussed in depth in the `AdtDef and DefId` section.
53
- [`Predicate`] defines something the trait system has to prove (see `traits` module).
54
55
-[`GenericArgs`]: ./ty_module/generic_arguments.html#the-genericargs-type
+[`GenericArgs`]: ./ty_module/generic_arguments.md#the-genericargs-type
56
[`TraitRef`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/type.TraitRef.html
57
[`Predicate`]: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.Predicate.html
58
0 commit comments