Rollup merge of #82160 - pierwill:patch-2, r=lcnr
Fix typo in rustc_infer::infer::UndoLog Also use double quotes.
This commit is contained in:
commit
73d6b603a7
@ -15,7 +15,7 @@ pub struct Snapshot<'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> {
|
||||
TypeVariables(type_variable::UndoLog<'tcx>),
|
||||
ConstUnificationTable(sv::UndoLog<ut::Delegate<ty::ConstVid<'tcx>>>),
|
||||
|
Loading…
x
Reference in New Issue
Block a user