-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Tracking issue for todo! macro #59277
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
Anyone wants to FCP for stabilization? I find this macro so handy I began putting |
cc @alexcrichton --^ ? |
It's been a while -- just a ping in case this slipped through. :) |
I guess we should submit stabilization PR and run FCP on that? Note that the PR needs to adjust docs for |
…oats Stabilize todo macro The `todo!` macro is just another name for `unimplemented!`. Tracking issue: rust-lang#59277 This PR needs a FCP to merge. r? @withoutboats
…oats Stabilize todo macro The `todo!` macro is just another name for `unimplemented!`. Tracking issue: rust-lang#59277 This PR needs a FCP to merge. r? @withoutboats
…oats Stabilize todo macro The `todo!` macro is just another name for `unimplemented!`. Tracking issue: rust-lang#59277 This PR needs a FCP to merge. r? @withoutboats
…oats Stabilize todo macro The `todo!` macro is just another name for `unimplemented!`. Tracking issue: rust-lang#59277 This PR needs a FCP to merge. r? @withoutboats
I don’t have a strong opinion on this one, but since it landed and there doesn’t seem to be significant issues discussed since: @rfcbot fcp merge |
Team member @SimonSapin has proposed to merge this. The next step is review by the rest of the tagged team members: No concerns currently listed. Once a majority of reviewers approve (and at most 2 approvals are outstanding), 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. 🔔 |
The final comment period, with a disposition to merge, as per the review above, is now complete. As the automated representative of the governance process, I would like to thank the author for their work and everyone else who contributed. The RFC will be merged soon. |
why is this not stable wet? |
@FlyingCanoe it will be stable with Rust 1.40: https://github.com/XAMPPRocky/rust/blob/relnotes-1.40.0/RELEASES.md#stabilized-apis |
The stabilization PR #61879 should have closed this issue. In fact it even landed before FCP in this thread was started… |
Uh oh!
There was an error while loading. Please reload this page.
This is a tracking issue for
todo!
macro.Added in #56348. Feature gate:
#![feature(todo_macro)]
.When stabilizing, we should adjust documentation for
unimplemented!
to point towardstodo!
The text was updated successfully, but these errors were encountered: