Auto merge of #16951 - lnicola:provenance-split-comment, r=lnicola

minor: Update comment on provenance_split

Hope I got this right `@dfireBird.`
This commit is contained in:
bors 2024-03-26 09:00:24 +00:00
commit 4b33850c39

View File

@ -387,7 +387,7 @@ fn len_params(&self) -> usize {
self.params.type_or_consts.len()
}
/// (parent total, self param, type param list, const param list, impl trait)
/// (parent total, self param, type params, const params, impl trait list, lifetimes)
pub(crate) fn provenance_split(&self) -> (usize, usize, usize, usize, usize, usize) {
let mut self_params = 0;
let mut type_params = 0;