Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Mar 11, 2024
1 parent 8a0d78c commit 9a8da28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion compiler/rustc_infer/src/infer/snapshot/check_leaks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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);
};
}

0 comments on commit 9a8da28

Please sign in to comment.