]> git.lizzy.rs Git - rust.git/commit
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)
commit521c0ae1e8dba629881b334df86dd4d6f032a09b
tree8d86cf5758ec0c4616c236e86d93acd8d1adec8f
parente37f8593e42335829e98fed27b8ececbad61a05d
parent4a3acfd9371f59368108ad5e7be28f4268ed862b
Rollup merge of #33401 - GuillaumeGomez:index_indication, r=pnkfelix

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