File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 25
25
command : build
26
26
- run : zip x86_64-unknown-linux-gnu.zip cargo-flowistry* flowistry-driver*
27
27
working-directory : target/debug
28
- - uses : actions-rs/cargo@v1
29
- with :
30
- command : test
28
+ - run : cargo test --all-targets
31
29
- run : npm ci
32
30
working-directory : ide
33
31
- run : xvfb-run -a npm test -- install --zip=../target/debug/x86_64-unknown-linux-gnu.zip
Original file line number Diff line number Diff line change @@ -72,13 +72,14 @@ unsafe impl Send for UnsafeBenchGroup {}
72
72
struct Callbacks {
73
73
group : UnsafeBenchGroup ,
74
74
}
75
+
75
76
impl rustc_driver:: Callbacks for Callbacks {
76
77
fn config ( & mut self , config : & mut rustc_interface:: Config ) {
77
78
borrowck_facts:: enable_mir_simplification ( ) ;
78
79
config. override_queries = Some ( borrowck_facts:: override_queries) ;
79
80
}
80
81
81
- fn after_parsing < ' tcx > (
82
+ fn after_crate_root_parsing < ' tcx > (
82
83
& mut self ,
83
84
_compiler : & rustc_interface:: interface:: Compiler ,
84
85
queries : & ' tcx rustc_interface:: Queries < ' tcx > ,
You can’t perform that action at this time.
0 commit comments