File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
compiler/rustc_interface/src Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -736,7 +736,7 @@ pub fn prepare_outputs(
736
736
Ok ( outputs)
737
737
}
738
738
739
- pub const DEFAULT_QUERY_PROVIDERS : Providers = {
739
+ pub static DEFAULT_QUERY_PROVIDERS : Providers = {
740
740
let mut providers = Providers :: default ( ) ;
741
741
providers. analysis = analysis;
742
742
proc_macro_decls:: provide ( & mut providers) ;
@@ -759,7 +759,7 @@ pub const DEFAULT_QUERY_PROVIDERS: Providers = {
759
759
providers
760
760
} ;
761
761
762
- pub const DEFAULT_EXTERN_QUERY_PROVIDERS : Providers = {
762
+ pub static DEFAULT_EXTERN_QUERY_PROVIDERS : Providers = {
763
763
let mut extern_providers = DEFAULT_QUERY_PROVIDERS ;
764
764
rustc_metadata:: provide_extern ( & mut extern_providers) ;
765
765
rustc_codegen_ssa:: provide_extern ( & mut extern_providers) ;
You can’t perform that action at this time.
0 commit comments