-
Notifications
You must be signed in to change notification settings - Fork 13k
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 proc_macro::Ident::new_raw
#54723
Comments
This is tracking the |
Stabilizing this feature would have a great impact on code generation for message libraries (e.g. in ROS) where message fields can collide with Rust keywords. |
@chachi When introducing the function I thought |
@petrochenkov Great! Is that something I could take care of? I haven't contributed to Rust upstream before so would love any tips/pointers on what that process is. |
Yes, for library stabilizations the only things that need to be done are changing the |
@petrochenkov Should the feature be changed from |
@adnanademovic |
Tracking issue: rust-lang#54723 This is a continuation of PR rust-lang#59002
…r=petrochenkov Stabilize Ident::new_raw Tracking issue: rust-lang#54723 This is a continuation of PR rust-lang#59002
…r=petrochenkov Stabilize Ident::new_raw Tracking issue: rust-lang#54723 This is a continuation of PR rust-lang#59002
It looks like this feature has been stabilized. Is this tracking issue still needed? |
No, it can be closed now. |
This API didn't get stabilized in the initial Macros 1.2 release because we wanted to be conservative. This API is unstable, though, and likely useful to others! This is a tracking issue for the API.
It's not clear to me if there's a blocker for stabilization other than we just wanted to make an explicit decision to stabilize the API.
The text was updated successfully, but these errors were encountered: