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(
736736 Ok ( outputs)
737737}
738738
739- pub const DEFAULT_QUERY_PROVIDERS : Providers = {
739+ pub static DEFAULT_QUERY_PROVIDERS : Providers = {
740740 let mut providers = Providers :: default ( ) ;
741741 providers. analysis = analysis;
742742 proc_macro_decls:: provide ( & mut providers) ;
@@ -759,7 +759,7 @@ pub const DEFAULT_QUERY_PROVIDERS: Providers = {
759759 providers
760760} ;
761761
762- pub const DEFAULT_EXTERN_QUERY_PROVIDERS : Providers = {
762+ pub static DEFAULT_EXTERN_QUERY_PROVIDERS : Providers = {
763763 let mut extern_providers = DEFAULT_QUERY_PROVIDERS ;
764764 rustc_metadata:: provide_extern ( & mut extern_providers) ;
765765 rustc_codegen_ssa:: provide_extern ( & mut extern_providers) ;
You can’t perform that action at this time.
0 commit comments