File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -391,7 +391,7 @@ pub mod net;
391391pub  mod  option; 
392392pub  mod  panic; 
393393pub  mod  panicking; 
394- #[ unstable( feature = "core_pattern_types" ,  issue = "none " ) ]  
394+ #[ unstable( feature = "core_pattern_types" ,  issue = "123646 " ) ]  
395395pub  mod  pat; 
396396pub  mod  pin; 
397397#[ unstable( feature = "new_range_api" ,  issue = "125687" ) ]  
Original file line number Diff line number Diff line change 66/// ``` 
77#[ macro_export]  
88#[ rustc_builtin_macro( pattern_type) ]  
9- #[ unstable( feature = "core_pattern_type" ,  issue = "none " ) ]  
9+ #[ unstable( feature = "core_pattern_type" ,  issue = "123646 " ) ]  
1010macro_rules!  pattern_type { 
1111    ( $( $arg: tt) * )  => { 
1212        /* compiler built-in */ 
Original file line number Diff line number Diff line change @@ -586,7 +586,7 @@ pub mod net;
586586pub  mod  num; 
587587pub  mod  os; 
588588pub  mod  panic; 
589- #[ unstable( feature = "core_pattern_types" ,  issue = "none " ) ]  
589+ #[ unstable( feature = "core_pattern_types" ,  issue = "123646 " ) ]  
590590pub  mod  pat; 
591591pub  mod  path; 
592592#[ unstable( feature = "anonymous_pipe" ,  issue = "127154" ) ]  
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments