From 9a8da286461c20abdfbda445be8dea7fecac2de4 Mon Sep 17 00:00:00 2001 From: lcnr Date: Mon, 11 Mar 2024 12:53:36 +0100 Subject: [PATCH] w --- compiler/rustc_infer/src/infer/snapshot/check_leaks.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/rustc_infer/src/infer/snapshot/check_leaks.rs b/compiler/rustc_infer/src/infer/snapshot/check_leaks.rs index 71c7ed4e5f7fe..5dc9139e3eaa6 100644 --- a/compiler/rustc_infer/src/infer/snapshot/check_leaks.rs +++ b/compiler/rustc_infer/src/infer/snapshot/check_leaks.rs @@ -135,6 +135,6 @@ macro_rules! type_foldable_verify_no_snapshot_leaks { #[cfg(not(debug_assertions))] macro_rules! type_foldable_verify_no_snapshot_leaks { ($tcx:lifetime, $t:ty) => { - trivial_no_snapshot_leaks!($tcx, $t) + trivial_no_snapshot_leaks!($tcx, $t); }; }