File tree 1 file changed +2
-1
lines changed
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ use rustc_metadata::EncodedMetadata;
82
82
use rustc_middle:: dep_graph:: { WorkProduct , WorkProductId } ;
83
83
use rustc_middle:: query:: Providers ;
84
84
use rustc_middle:: ty:: TyCtxt ;
85
+ use rustc_middle:: hooks;
85
86
use rustc_session:: config:: { Lto , OptLevel , OutputFilenames } ;
86
87
use rustc_session:: Session ;
87
88
use rustc_span:: Symbol ;
@@ -127,7 +128,7 @@ impl CodegenBackend for GccCodegenBackend {
127
128
* self . supports_128bit_integers . lock ( ) . expect ( "lock" ) = check_context. get_last_error ( ) == Ok ( None ) ;
128
129
}
129
130
130
- fn provide ( & self , providers : & mut Providers ) {
131
+ fn provide ( & self , providers : & mut Providers , _ : & mut hooks :: Providers ) {
131
132
// FIXME(antoyo) compute list of enabled features from cli flags
132
133
providers. global_backend_features = |_tcx, ( ) | vec ! [ ] ;
133
134
}
You can’t perform that action at this time.
0 commit comments