wahn
1
Since today my crate doesn't compile with Rust:beta anymore:
I don't even think it's my code which is failing but a crate (image) I use:
Compiling image v0.13.0
...
error: internal compiler error: unexpected panic
Rust:stable works. So should I be worried? Is that something to report, or not?
2 Likes
Looks like this bug was reported 14 days ago against nightly (https://github.com/rust-lang/rust/issues/41604), it's been fixed in master but the fix didn't make it into rustc 1.18.0-beta.2 (f4e8e81c3 2017-05-11)
.
3 Likes
xfix
3
Just as the error message says, the error reporting instructions are at https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports. That said, I already decided to report a bug at https://github.com/rust-lang/rust/issues/41944 (it seems like there is no bug report for beta, just nightly which already fixed it, and it seems like fix wasn't moved to beta when it probably should, which is a bug (?)).
I already beta-nominated the fix. We're working on it.
wahn
5
@xfix Thanks. Good to know for the future ...
In general, the answer to "where do I report some issue" is
https://github.com/rust-lang/rust/issues/new Posting issues with beta is
great! It's why we have beta.
1 Like