]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_hir/src/weak_lang_items.rs
Store LocalDefId in hir::Closure.
[rust.git] / compiler / rustc_hir / src / weak_lang_items.rs
index d8e5dd4ffdc2ecedf67cf9eaee9626cf74203b12..0cc50c6dd85054642fdb576e5137c7bded4bb934 100644 (file)
@@ -27,5 +27,4 @@ pub fn link_name(self) -> Option<Symbol> {
     PanicImpl,          rust_begin_unwind;
     EhPersonality,      rust_eh_personality;
     EhCatchTypeinfo,    rust_eh_catch_typeinfo;
-    Oom,                rust_oom;
 }