mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
Fix spelling
This commit is contained in:
@@ -41,7 +41,7 @@ fn super_statement(&self, statement: &Statement<'tcx>, state: &mut State<Self::V
|
||||
self.handle_assign(*place, rvalue, state);
|
||||
}
|
||||
StatementKind::SetDiscriminant { .. } => {
|
||||
// Could tread this as writing a constant to a pseudo-place.
|
||||
// Could treat this as writing a constant to a pseudo-place.
|
||||
}
|
||||
StatementKind::CopyNonOverlapping(..) => {
|
||||
// FIXME: What to do here?
|
||||
|
||||
Reference in New Issue
Block a user