Skip to content

Commit 3ced475

Browse files
committed
The proc_macro_raw_ident feature is now at #54723
1 parent b871293 commit 3ced475

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libproc_macro/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -881,7 +881,7 @@ impl Ident {
881881
}
882882

883883
/// Same as `Ident::new`, but creates a raw identifier (`r#ident`).
884-
#[unstable(feature = "proc_macro_raw_ident", issue = "38356")]
884+
#[unstable(feature = "proc_macro_raw_ident", issue = "54723")]
885885
pub fn new_raw(string: &str, span: Span) -> Ident {
886886
if !Ident::is_valid(string) {
887887
panic!("`{:?}` is not a valid identifier", string)

0 commit comments

Comments
 (0)