File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change 11// ignore-tidy-linelength 
22//@ build-fail 
3- //@ dont-require-annotations: ERROR 
43//@ dont-check-compiler-stderr 
54//@ aux-build:panic-runtime-unwind.rs 
65//@ aux-build:wants-panic-runtime-unwind.rs 
@@ -11,7 +10,5 @@ extern crate wants_panic_runtime_unwind;
1110fn  main ( )  { } 
1211
1312//~? ERROR the linked panic runtime `panic_runtime_unwind` is not compiled with this crate's panic strategy `abort` 
14- // FIXME: These errors are target-dependent, could be served by some "optional error" annotation 
15- // instead of `dont-require-annotations`. 
16- //FIXME~? ERROR cannot link together two panic runtimes: panic_unwind and panic_runtime_unwind 
17- //FIXME~? ERROR the crate `panic_unwind` requires panic strategy `unwind` which is incompatible with this crate's strategy of `abort` 
13+ //~? ERROR cannot link together two panic runtimes: panic_unwind and panic_runtime_unwind 
14+ //~? ERROR the crate `panic_unwind` requires panic strategy `unwind` which is incompatible with this crate's strategy of `abort` 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments