-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(regression) ICE compiling string_cache v0.2.29 #40469
Labels
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Comments
Same on string-cache master (version 0.4.0+). |
crumblingstatue
changed the title
ICE compiling string_cache v0.2.29
(regression) ICE compiling string_cache v0.2.29
Mar 14, 2017
jseyfried
added
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
and removed
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
labels
Mar 15, 2017
I believe this was caused by #40220 -- I'll fix ASAP. |
Fixed in #40583. |
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Mar 17, 2017
…ion, r=nrc macros: fix regression with `include!()` Fixes rust-lang#40469, a regression when `include!()`ing a `macro_rules!` containing `$crate`. r? @nrc
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Mar 17, 2017
…ion, r=nrc macros: fix regression with `include!()` Fixes rust-lang#40469, a regression when `include!()`ing a `macro_rules!` containing `$crate`. r? @nrc
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Mar 18, 2017
…ion, r=nrc macros: fix regression with `include!()` Fixes rust-lang#40469, a regression when `include!()`ing a `macro_rules!` containing `$crate`. r? @nrc
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Mar 18, 2017
…ion, r=nrc macros: fix regression with `include!()` Fixes rust-lang#40469, a regression when `include!()`ing a `macro_rules!` containing `$crate`. r? @nrc
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Mar 19, 2017
…ion, r=nrc macros: fix regression with `include!()` Fixes rust-lang#40469, a regression when `include!()`ing a `macro_rules!` containing `$crate`. r? @nrc
frewsxcv
added a commit
to frewsxcv/rust
that referenced
this issue
Mar 19, 2017
…ion, r=nrc macros: fix regression with `include!()` Fixes rust-lang#40469, a regression when `include!()`ing a `macro_rules!` containing `$crate`. r? @nrc
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rustc 1.17.0-nightly (824c9ebbd 2017-03-12)
The text was updated successfully, but these errors were encountered: