Skip to content

Commit 3e3df70

Browse files
committed
auto backticks be damned
1 parent 7b86249 commit 3e3df70

File tree

1 file changed

+2
-2
lines changed
  • compiler/rustc_hir_typeck/src/method

1 file changed

+2
-2
lines changed

compiler/rustc_hir_typeck/src/method/probe.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ impl<'a, 'tcx> Deref for ProbeContext<'a, 'tcx> {
9999
}
100100
}
101101

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

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

0 commit comments

Comments
 (0)