-
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
Tracking issue for the addition of the compile_error! macro #40872
Comments
cc @sgrif |
On IRC, @moonheart08 has expressed desire to implement this. I've helped a little bit, can continue mentoring. |
@est31 do you know if @moonheart08 is still interested in working on this? If not, I'd love to work on it. |
I have heard about them wanting to submit their changes it about a week ago or so. Lets wait one week more. |
Ok, sounds good. |
I implemented it as compiler plugin a while ago, maybe I could try to see how hard would be to move it in the right place? |
FYI, there's a crate that does it as a compiler plugin, in the meantime: compiler_error |
Related to rust-lang#40872
Add compile_error! Related to rust-lang#40872
The feature here is pretty straightforward, so let's stabilize it! @rfcbot fcp merge |
Team member @sfackler has proposed to merge this. The next step is review by the rest of the tagged teams: No concerns currently listed. Once these reviewers reach consensus, this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
🔔 This is now entering its final comment period, as per the review above. 🔔 |
Stabilizes: * `compile_error!` as a macro defined by rustc Closes rust-lang#40872
rust-lang/rfcs#1695
The text was updated successfully, but these errors were encountered: