Rollup merge of #105628 - spastorino:small-doc-fixes, r=compiler-errors
Small doc fixes r? `@compiler-errors`
This commit is contained in:
commit
1c86de25f1
2 changed files with 7 additions and 10 deletions
|
@ -252,7 +252,7 @@ impl<'tcx, D: TyDecoder<I = TyCtxt<'tcx>>> Decodable<D> for GenericArg<'tcx> {
|
|||
}
|
||||
}
|
||||
|
||||
/// A substitution mapping generic parameters to new values.
|
||||
/// List of generic arguments that are gonna be used to substitute generic parameters.
|
||||
pub type InternalSubsts<'tcx> = List<GenericArg<'tcx>>;
|
||||
|
||||
pub type SubstsRef<'tcx> = &'tcx InternalSubsts<'tcx>;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue