File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Top Open diff view settings Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Top Open diff view settings Original file line number Diff line number Diff line change @@ -135,7 +135,7 @@ macro_rules! assert_ne {
135135/// assert_matches!(c, Ok(x) | Err(x) if x.len() < 100); 
136136/// ``` 
137137#[ macro_export]  
138- #[ unstable( feature = "assert_matches" ,  issue = "none " ) ]  
138+ #[ unstable( feature = "assert_matches" ,  issue = "82775 " ) ]  
139139#[ allow_internal_unstable( core_panic) ]  
140140macro_rules!  assert_matches { 
141141    ( $left: expr,  $(  $pattern: pat ) |+ $(  if  $guard:  expr ) ? $( , ) ?)  => ( { 
@@ -292,7 +292,7 @@ macro_rules! debug_assert_ne {
292292/// debug_assert_matches!(c, Ok(x) | Err(x) if x.len() < 100); 
293293/// ``` 
294294#[ macro_export]  
295- #[ unstable( feature = "assert_matches" ,  issue = "none " ) ]  
295+ #[ unstable( feature = "assert_matches" ,  issue = "82775 " ) ]  
296296#[ allow_internal_unstable( assert_matches) ]  
297297macro_rules!  debug_assert_matches { 
298298    ( $( $arg: tt) * )  => ( if  $crate:: cfg!( debug_assertions)  {  $crate:: assert_matches!( $( $arg) * ) ;  } ) 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments