]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #14988 : pcwalton/rust/unsafe-destructor-feature-gate, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 20 Jun 2014 21:31:22 +0000 (21:31 +0000)
committerbors <bors@rust-lang.org>
Fri, 20 Jun 2014 21:31:22 +0000 (21:31 +0000)
Closes #8142.

This is not the semantics we want long-term. You can continue to use
`#[unsafe_destructor]`, but you'll need to add
`#![feature(unsafe_destructor)]` to the crate attributes.

[breaking-change]

r? @alexcrichton


Trivial merge