We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a0d78c commit 9a8da28Copy full SHA for 9a8da28
compiler/rustc_infer/src/infer/snapshot/check_leaks.rs
@@ -135,6 +135,6 @@ macro_rules! type_foldable_verify_no_snapshot_leaks {
135
#[cfg(not(debug_assertions))]
136
macro_rules! type_foldable_verify_no_snapshot_leaks {
137
($tcx:lifetime, $t:ty) => {
138
- trivial_no_snapshot_leaks!($tcx, $t)
+ trivial_no_snapshot_leaks!($tcx, $t);
139
};
140
}
0 commit comments