File tree Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Expand file tree Collapse file tree 2 files changed +8
-2
lines changed Original file line number Diff line number Diff line change @@ -337,7 +337,8 @@ macro _noub_meta()
337337        #= :inaccessiblememonly=# false ,
338338        #= :noub=# true ,
339339        #= :noub_if_noinbounds=# false ,
340-         #= :consistent_overlay=# false ))
340+         #= :consistent_overlay=# false ,
341+         #= :nortcall=# false ))
341342end 
342343#  can be used in place of `@assume_effects :notaskstate` (supposed to be used for bootstrapping)
343344macro  _notaskstate_meta ()
Original file line number Diff line number Diff line change 810810#         @test !Core.Compiler.is_nothrow(effects)
811811#     end
812812# end
813- # 
813+ 
814+ @test  Core. Compiler. is_noub (Base. infer_effects (Base. _growbeg!, (Vector{Int}, Int)))
815+ @test  Core. Compiler. is_noub (Base. infer_effects (Base. _growbeg!, (Vector{Any}, Int)))
816+ @test  Core. Compiler. is_noub (Base. infer_effects (Base. _growend!, (Vector{Int}, Int)))
817+ @test  Core. Compiler. is_noub (Base. infer_effects (Base. _growend!, (Vector{Any}, Int)))
818+ 
814819#  tuple indexing
815820#  --------------
816821
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments