]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_query_impl/src/on_disk_cache.rs
Auto merge of #2753 - RalfJung:rustup, r=RalfJung
[rust.git] / compiler / rustc_query_impl / src / on_disk_cache.rs
index 2bcfdab03c817bcc983a216d84fa3a78a59e8c92..70c481fb0ee2e0a48d0cb83ac13e85804e7bf157 100644 (file)
@@ -787,7 +787,7 @@ fn decode(d: &mut CacheDecoder<'a, 'tcx>) -> Self {
         // which means that the definition with this hash is guaranteed to
         // still exist in the current compilation session.
         d.tcx.def_path_hash_to_def_id(def_path_hash, &mut || {
-            panic!("Failed to convert DefPathHash {:?}", def_path_hash)
+            panic!("Failed to convert DefPathHash {def_path_hash:?}")
         })
     }
 }