Probably. At least `(*foo)[..42]` is pretty ugly Either we implement `Slice` for `&[T]` (currently only implemented for `[T]`) or we do the same autoref/deref for slices as we do for method call.
Activity
sfackler commentedon Oct 5, 2014
It should also work through
Deref
.japaric commentedon Nov 7, 2014
This seems to be working:
As of:
alexcrichton commentedon Nov 7, 2014
Flagging as needtest.
rollup merge of rust-lang#19780: jakub-/e-needstest
rollup merge of rust-lang#19780: jakub-/e-needstest