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); }; }