-
Notifications
You must be signed in to change notification settings - Fork 13.1k
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
Tracking issue for RFC amendment #1384 #30450
Labels
B-RFC-approved
Blocker: Approved by a merged RFC but not yet implemented.
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Comments
cc #20563 |
This was referenced Jan 4, 2016
pnkfelix
added a commit
to pnkfelix/rust
that referenced
this issue
Jan 7, 2016
…s validity. See RFC amendment 1384 and tracking issue 30450: rust-lang/rfcs#1384 rust-lang#30450 Moved old check_matcher code into check_matcher_old combined the two checks to enable a warning cycle (where we will continue to error if the two checks agree to reject, accept if the new check says accept, and warn if the old check accepts but the new check rejects).
nagisa
added a commit
to nagisa/rust
that referenced
this issue
Jan 11, 2016
…low, r=nrc Proper first and follow sets for macro_rules future proofing implements first stage of RFC amendment 1384; see rust-lang#30450
The warning was upgraded to an error in #33982. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
B-RFC-approved
Blocker: Approved by a merged RFC but not yet implemented.
B-unstable
Blocker: Implemented in the nightly compiler and unstable.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
Need to implement RFC amendment rust-lang/rfcs#1384 to RFC 550 (macro input future proofing)
The text was updated successfully, but these errors were encountered: