File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -201,14 +201,14 @@ unified `Tuple`.
201
201
# Unresolved questions
202
202
[ unresolved ] : #unresolved-questions
203
203
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 `
205
205
can be used. Potential extensions to this RFC could allow ` ...Type ` in
206
206
non-tuple generics or in function argument types, like
207
207
` fn foo<Args>(args: ...Args) ` .
208
208
This would allow functions and traits to use variadic generics without
209
209
explicit tuples. This could enable things like the proposed ` foo[i, j] ` syntax
210
210
using` 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
212
212
to avoid dependency on ATCs? It seems nicer to have them all together in one
213
213
trait, but it might not be worth the resulting feature-stacking mess.
214
214
You can’t perform that action at this time.
0 commit comments