File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -201,14 +201,14 @@ unified `Tuple`.
201201# Unresolved questions
202202[ unresolved ] : #unresolved-questions
203203
204- -It might be useful in the future to expand on the locations where ` ...Type `
204+ - It might be useful in the future to expand on the locations where ` ...Type `
205205can be used. Potential extensions to this RFC could allow ` ...Type ` in
206206non-tuple generics or in function argument types, like
207207` fn foo<Args>(args: ...Args) ` .
208208This would allow functions and traits to use variadic generics without
209209explicit tuples. This could enable things like the proposed ` foo[i, j] ` syntax
210210using` Index<usize, usize> ` .
211- -Should the ` Tuple ` trait use separate ` TupleRef<'a> ` and ` TupleMut<'b> ` traits
211+ - Should the ` Tuple ` trait use separate ` TupleRef<'a> ` and ` TupleMut<'b> ` traits
212212to avoid dependency on ATCs? It seems nicer to have them all together in one
213213trait, but it might not be worth the resulting feature-stacking mess.
214214
You can’t perform that action at this time.
0 commit comments