Rename mir_const query to mir_built
This commit is contained in:
parent
36728f1cdd
commit
afdcae2860
8 changed files with 14 additions and 14 deletions
|
@ -489,7 +489,7 @@ rustc_queries! {
|
|||
/// ready for const qualification.
|
||||
///
|
||||
/// See the README for the `mir` module for details.
|
||||
query mir_const(key: LocalDefId) -> &'tcx Steal<mir::Body<'tcx>> {
|
||||
query mir_built(key: LocalDefId) -> &'tcx Steal<mir::Body<'tcx>> {
|
||||
desc { |tcx| "preparing `{}` for borrow checking", tcx.def_path_str(key) }
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue