mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-03 17:35:28 +03:00
Fix typo in rustc_infer::infer::UndoLog
Also use double quotes.
This commit is contained in:
@@ -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>>>),
|
||||
|
||||
Reference in New Issue
Block a user