We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7b225c commit 77d6fadCopy full SHA for 77d6fad
compiler/rustc_mir_dataflow/src/value_analysis.rs
@@ -41,7 +41,7 @@ pub trait ValueAnalysis<'tcx> {
41
self.handle_assign(*place, rvalue, state);
42
}
43
StatementKind::SetDiscriminant { .. } => {
44
- // Could tread this as writing a constant to a pseudo-place.
+ // Could treat this as writing a constant to a pseudo-place.
45
46
StatementKind::CopyNonOverlapping(..) => {
47
// FIXME: What to do here?
0 commit comments