File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636#![ warn( unreachable_pub) ]
3737#![ deny( unsafe_op_in_unsafe_fn) ]
3838
39- #[ unstable( feature = "proc_macro_internals" , issue = "27812 " ) ]
39+ #[ unstable( feature = "proc_macro_internals" , issue = "none " ) ]
4040#[ doc( hidden) ]
4141pub mod bridge;
4242
@@ -462,7 +462,7 @@ pub macro quote($($t:tt)*) {
462462 /* compiler built-in */
463463}
464464
465- #[ unstable( feature = "proc_macro_internals" , issue = "27812 " ) ]
465+ #[ unstable( feature = "proc_macro_internals" , issue = "none " ) ]
466466#[ doc( hidden) ]
467467mod quote;
468468
@@ -622,14 +622,14 @@ impl Span {
622622
623623 // Used by the implementation of `Span::quote`
624624 #[ doc( hidden) ]
625- #[ unstable( feature = "proc_macro_internals" , issue = "27812 " ) ]
625+ #[ unstable( feature = "proc_macro_internals" , issue = "none " ) ]
626626 pub fn save_span ( & self ) -> usize {
627627 BridgeMethods :: span_save_span ( self . 0 )
628628 }
629629
630630 // Used by the implementation of `Span::quote`
631631 #[ doc( hidden) ]
632- #[ unstable( feature = "proc_macro_internals" , issue = "27812 " ) ]
632+ #[ unstable( feature = "proc_macro_internals" , issue = "none " ) ]
633633 pub fn recover_proc_macro_span ( id : usize ) -> Span {
634634 Span ( BridgeMethods :: span_recover_proc_macro_span ( id) )
635635 }
You can’t perform that action at this time.
0 commit comments