Make State::panic unsafe#24
Conversation
|
What's the motivating reason for this change? |
|
Unless I'm mistaken, it doesn't build with the latest Rust nightly otherwise. BTW, thanks for the library. I use it pretty extensively (without problems so far). On 3/23/2015 at 1:14 PM, "Kevin Ballard" notifications@github.com wrote:
|
|
Travis has been failing for the past couple of days with a curious error about an empty |
|
Ok. I built locally and it failed. After the change in this pull request, it worked. Verification is always welcome, though. I noticed the Travis complaint, too. No idea. On 3/23/2015 at 1:45 PM, "Kevin Ballard" notifications@github.com wrote:
|
|
Looks like rust-lang/rust#23452 made safe fns no longer subtypes of unsafe fns. |
|
I ended up making a larger change that encompasses this one. Committed as 73b912f. Thanks! |
|
Great, thanks. On 3/23/2015 at 4:39 PM, "Kevin Ballard" notifications@github.com wrote:
|
$ cargo --version && rustc --version
cargo 0.0.1-pre-nightly (e689383 2015-03-16) (built 2015-03-16)
rustc 1.0.0-nightly (ecf8c64e1 2015-03-21) (built 2015-03-21)