File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ represented as a slice `&'tcx [tcx.types.i32, tcx.types.u32]`).
52
52
defined and discussed in depth in the ` AdtDef and DefId ` section.
53
53
- [ ` Predicate ` ] defines something the trait system has to prove (see ` traits ` module).
54
54
55
- [ `GenericArgs` ] : ./generic_arguments.html#GenericArgs
56
- [ `TraitRef` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct .TraitRef.html
55
+ [ `GenericArgs` ] : ./ty_module/ generic_arguments.html#the-genericargs-type
56
+ [ `TraitRef` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/type .TraitRef.html
57
57
[ `Predicate` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/struct.Predicate.html
58
58
59
59
[ `ty::TyKind` ] : https://doc.rust-lang.org/nightly/nightly-rustc/rustc_middle/ty/sty/type.TyKind.html
You can’t perform that action at this time.
0 commit comments