]> git.lizzy.rs Git - rust.git/commitdiff
The `proc_macro_raw_ident` feature is now at #54723
authorAlex Crichton <alex@alexcrichton.com>
Mon, 1 Oct 2018 17:44:19 +0000 (10:44 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Mon, 1 Oct 2018 19:15:35 +0000 (12:15 -0700)
src/libproc_macro/lib.rs

index 41ef72049e31fa0cf27da38af730316fdf29c584..5b3cb3562d165c183140ba062136bd72e0134e9e 100644 (file)
@@ -881,7 +881,7 @@ pub fn new(string: &str, span: Span) -> Ident {
     }
 
     /// Same as `Ident::new`, but creates a raw identifier (`r#ident`).
-    #[unstable(feature = "proc_macro_raw_ident", issue = "38356")]
+    #[unstable(feature = "proc_macro_raw_ident", issue = "54723")]
     pub fn new_raw(string: &str, span: Span) -> Ident {
         if !Ident::is_valid(string) {
             panic!("`{:?}` is not a valid identifier", string)