diff options
Diffstat (limited to 'compiler/rustc_middle/src/hooks/mod.rs')
| -rw-r--r-- | compiler/rustc_middle/src/hooks/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_middle/src/hooks/mod.rs b/compiler/rustc_middle/src/hooks/mod.rs index 33447dfed93..aa2cddad093 100644 --- a/compiler/rustc_middle/src/hooks/mod.rs +++ b/compiler/rustc_middle/src/hooks/mod.rs @@ -81,6 +81,6 @@ declare_hooks! { /// Create the MIR for a given `DefId` - this includes /// unreachable code. /// You do not want to call this yourself, instead use the cached version - /// via `mir_const` + /// via `mir_built` hook build_mir(key: LocalDefId) -> mir::Body<'tcx>; } |
