We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
proc_macro_raw_ident
1 parent b871293 commit 3ced475Copy full SHA for 3ced475
src/libproc_macro/lib.rs
@@ -881,7 +881,7 @@ impl Ident {
881
}
882
883
/// Same as `Ident::new`, but creates a raw identifier (`r#ident`).
884
- #[unstable(feature = "proc_macro_raw_ident", issue = "38356")]
+ #[unstable(feature = "proc_macro_raw_ident", issue = "54723")]
885
pub fn new_raw(string: &str, span: Span) -> Ident {
886
if !Ident::is_valid(string) {
887
panic!("`{:?}` is not a valid identifier", string)
0 commit comments