Skip to content

Commit

Permalink
auto backticks be damned
Browse files Browse the repository at this point in the history
  • Loading branch information
lcnr committed Mar 8, 2024
1 parent 7b86249 commit 3e3df70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compiler/rustc_hir_typeck/src/method/probe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ impl<'a, 'tcx> Deref for ProbeContext<'a, 'tcx> {
}
}

// FIXME(#122188): This is wrong as this type may leak inference variables.`
// FIXME(#122188): This is wrong as this type may leak inference variables.
trivial_no_snapshot_leaks!('tcx, Candidate<'tcx>);
#[derive(Debug, Clone)]
pub(crate) struct Candidate<'tcx> {
Expand Down Expand Up @@ -200,7 +200,7 @@ impl AutorefOrPtrAdjustment {
}
}

// FIXME(#122188): This is wrong as this type may leak inference variables.`
// FIXME(#122188): This is wrong as this type may leak inference variables.
trivial_no_snapshot_leaks!('tcx, Pick<'tcx>);
#[derive(Debug, Clone)]
pub struct Pick<'tcx> {
Expand Down

0 comments on commit 3e3df70

Please sign in to comment.