]> git.proxmox.com Git - rustc.git/blobdiff - compiler/rustc_borrowck/src/def_use.rs
New upstream version 1.60.0+dfsg1
[rustc.git] / compiler / rustc_borrowck / src / def_use.rs
index 70acbc9ee2dbc4024fd77bd4504ca8ef3ea0a1b7..eec994f88b96e3500ab57a9f125e8f243a92ecc5 100644 (file)
@@ -16,9 +16,6 @@ pub fn categorize(context: PlaceContext) -> Option<DefUse> {
 
         PlaceContext::MutatingUse(MutatingUseContext::Store) |
 
-        // This is potentially both a def and a use...
-        PlaceContext::MutatingUse(MutatingUseContext::LlvmAsmOutput) |
-
         // We let Call define the result in both the success and
         // unwind cases. This is not really correct, however it
         // does not seem to be observable due to the way that we