-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Rust 1.18 regression, rustasm6502 0.1.2, no rules expected token 'main' #41803
Labels
P-high
High priority
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
brson
added
the
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
label
May 7, 2017
brson
changed the title
Rust 1.18 regression, rustasm6502 0.1.2
Rust 1.18 regression, rustasm6502 0.1.2, no rules expected token 'main'
May 7, 2017
I've turned on nightly Travis builds so I get notified when something breaks in the future. This crate seems like a good candidate for finding regressions in macros earlier. |
Introduced by fe15119 -- #40597, cc @jseyfried |
jseyfried
added
P-high
High priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
labels
May 8, 2017
@jseyfried -- any progress? should somebody else take a look? |
Fixed in #42005. |
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 16, 2017
Fix regression in `macro_rules!` name matching Fixes rust-lang#41803. r? @nrc
Mark-Simulacrum
added a commit
to Mark-Simulacrum/rust
that referenced
this issue
May 16, 2017
Fix regression in `macro_rules!` name matching Fixes rust-lang#41803. r? @nrc
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
P-high
High priority
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.
https://github.com/jonas-schievink/rustasm6502
cc @jonas-schievink @jseyfried
The text was updated successfully, but these errors were encountered: