]> git.lizzy.rs Git - rust.git/commit
std: Mark `Index::Output` as a stable associated type
authorAlex Crichton <alex@alexcrichton.com>
Tue, 3 Mar 2015 19:28:57 +0000 (11:28 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Tue, 3 Mar 2015 19:28:57 +0000 (11:28 -0800)
commitda03392e1f65f51867c9680fe29972f2e4e3f124
tree65de36c022cd2cc94a82e5617b8c31daea0c4a31
parent14f0942a49b77f81d0bedb3d8b5fb615ef521bb3
std: Mark `Index::Output` as a stable associated type

This stability attribute was left out by accident and the stability pass has
since picked up the ability to check for this. As a result, crates are currently
getting warnings for implementations of `Index`.
src/libcore/ops.rs