We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4df0401 + f2f7ffe commit 73d6b60Copy full SHA for 73d6b60
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