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 dc630d0 commit 788d762Copy full SHA for 788d762
src/librustc/middle/subst.rs
@@ -273,7 +273,6 @@ impl<T> VecPerParamSpace<T> {
273
274
/// `t` is the type space.
275
/// `s` is the self space.
276
- /// `a` is the assoc space.
277
/// `f` is the fn space.
278
pub fn new(t: Vec<T>, s: Vec<T>, f: Vec<T>) -> VecPerParamSpace<T> {
279
let type_limit = t.len();
0 commit comments