File tree Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Expand file tree Collapse file tree 2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ impl Runner {
122122                "-Zunstable-options" , 
123123                "-Zcrate-attr=no_std" , 
124124                "-Zcrate-attr=feature(abi_ptx)" , 
125+                 "-Zui-testing" , 
125126            ] 
126127            . join ( " " ) 
127128        } 
Original file line number Diff line number Diff line change 11error[E0433]: failed to resolve: use of unresolved module or unlinked crate `std`
2-  --> $DIR/compile_fail.rs:5:14
3-   |
4- 5  |     let _s = std::fs::File::create("foo.txt");
5-   |              ^^^ use of unresolved module or unlinked crate `std`
6-   |
7-   = help: you might be missing a crate named `std`
2+    --> $DIR/compile_fail.rs:5:14
3+     |
4+ LL  |     let _s = std::fs::File::create("foo.txt");
5+     |              ^^^ use of unresolved module or unlinked crate `std`
6+     |
7+     = help: you might be missing a crate named `std`
88
99error: aborting due to 1 previous error
1010
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments