We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1206f9 commit f2f7ffeCopy full SHA for f2f7ffe
compiler/rustc_infer/src/infer/undo_log.rs
@@ -15,7 +15,7 @@ pub struct Snapshot<'tcx> {
15
_marker: PhantomData<&'tcx ()>,
16
}
17
18
-/// Records the 'undo' data fora single operation that affects some form of inference variable.
+/// Records the "undo" data for a single operation that affects some form of inference variable.
19
pub(crate) enum UndoLog<'tcx> {
20
TypeVariables(type_variable::UndoLog<'tcx>),
21
ConstUnificationTable(sv::UndoLog<ut::Delegate<ty::ConstVid<'tcx>>>),
0 commit comments