Skip to content

Commit

Permalink
Fix unresolved questions bulletpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
cramertj committed Feb 28, 2017
1 parent 11379cf commit 7be73b6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions text/0000-variadic-generics.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,14 +201,14 @@ unified `Tuple`.
# Unresolved questions
[unresolved]: #unresolved-questions

-It might be useful in the future to expand on the locations where `...Type`
- It might be useful in the future to expand on the locations where `...Type`
can be used. Potential extensions to this RFC could allow `...Type` in
non-tuple generics or in function argument types, like
`fn foo<Args>(args: ...Args)`.
This would allow functions and traits to use variadic generics without
explicit tuples. This could enable things like the proposed `foo[i, j]` syntax
using`Index<usize, usize>`.
-Should the `Tuple` trait use separate `TupleRef<'a>` and `TupleMut<'b>` traits
- Should the `Tuple` trait use separate `TupleRef<'a>` and `TupleMut<'b>` traits
to avoid dependency on ATCs? It seems nicer to have them all together in one
trait, but it might not be worth the resulting feature-stacking mess.

Expand Down

0 comments on commit 7be73b6

Please sign in to comment.