File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ to that buffer is freed and our `'tcx` references would be invalid.
40
40
In addition to types, there are a number of other arena-allocated data structures that you can
41
41
allocate, and which are found in this module. Here are a few examples:
42
42
43
- - [ ` GenericArgs ` ] [ subst ] , allocated with ` mk_args ` – this will intern a slice of types, often used
43
+ - [ ` GenericArgs ` ] , allocated with ` mk_args ` – this will intern a slice of types, often used
44
44
to specify the values to be substituted for generics args(e.g. ` HashMap<i32, u32> ` would be
45
45
represented as a slice ` &'tcx [tcx.types.i32, tcx.types.u32] ` ).
46
46
- [ ` TraitRef ` ] , typically passed by value – a ** trait reference** consists of a reference to a trait
You can’t perform that action at this time.
0 commit comments