]> git.lizzy.rs Git - rust.git/commit
Add a feature opt `opt_out_copy` that allows people to revert to the older
authorNiko Matsakis <niko@alum.mit.edu>
Mon, 8 Dec 2014 18:21:35 +0000 (13:21 -0500)
committerNiko Matsakis <niko@alum.mit.edu>
Mon, 8 Dec 2014 18:47:45 +0000 (13:47 -0500)
commita16f60b1173fae1b971b41780288e2dbe005569d
tree54234f214f914bfae06e9e9a12bc705c029e25b1
parent096a28607fb80c91e6e2ca64d9ef44c4e550e96c
Add a feature opt `opt_out_copy` that allows people to revert to the older
behavior temporarily. This feature will eventually transition to REJECTED.
src/librustc/middle/traits/select.rs
src/libsyntax/feature_gate.rs
src/test/run-pass/opt-out-copy.rs [new file with mode: 0644]