Fix typo in rustc_infer::infer::UndoLog
Also use double quotes.
This commit is contained in:
parent
d1206f950f
commit
f2f7ffecd7
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ pub struct Snapshot<'tcx> {
|
||||||
_marker: PhantomData<&'tcx ()>,
|
_marker: PhantomData<&'tcx ()>,
|
||||||
}
|
}
|
||||||
|
|
||||||
/// 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.
|
||||||
pub(crate) enum UndoLog<'tcx> {
|
pub(crate) enum UndoLog<'tcx> {
|
||||||
TypeVariables(type_variable::UndoLog<'tcx>),
|
TypeVariables(type_variable::UndoLog<'tcx>),
|
||||||
ConstUnificationTable(sv::UndoLog<ut::Delegate<ty::ConstVid<'tcx>>>),
|
ConstUnificationTable(sv::UndoLog<ut::Delegate<ty::ConstVid<'tcx>>>),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue