Fix spelling
This commit is contained in:
parent
601fcc41d3
commit
56ff16d19f
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@ pub trait ValueAnalysis<'tcx> {
|
||||||
self.handle_assign(*place, rvalue, state);
|
self.handle_assign(*place, rvalue, state);
|
||||||
}
|
}
|
||||||
StatementKind::SetDiscriminant { .. } => {
|
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(..) => {
|
StatementKind::CopyNonOverlapping(..) => {
|
||||||
// FIXME: What to do here?
|
// FIXME: What to do here?
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue