Remove lit_to_mir_constant
query
This commit is contained in:
parent
aa3a1862ba
commit
4ca87073f6
6 changed files with 11 additions and 16 deletions
|
@ -32,7 +32,6 @@ fluent_messages! { "../messages.ftl" }
|
|||
pub fn provide(providers: &mut Providers) {
|
||||
providers.check_match = thir::pattern::check_match;
|
||||
providers.lit_to_const = thir::constant::lit_to_const;
|
||||
providers.lit_to_mir_constant = build::lit_to_mir_constant;
|
||||
providers.mir_built = build::mir_built;
|
||||
providers.thir_check_unsafety = check_unsafety::thir_check_unsafety;
|
||||
providers.thir_body = thir::cx::thir_body;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue