]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #33401 - GuillaumeGomez:index_indication, r=pnkfelix
authorGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 11 May 2016 19:30:19 +0000 (21:30 +0200)
committerGuillaume Gomez <guillaume1.gomez@gmail.com>
Wed, 11 May 2016 19:30:19 +0000 (21:30 +0200)
Add rustc_on_unimplemented for Index implementation on slice

Reopening of #31071.

It also extends the possibility of `#[rustc_on_unimplemented]` by providing a small type filter in order to find the ones which corresponds the most.

r? @pnkfelix


Trivial merge