We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b846d4 commit e12ef79Copy full SHA for e12ef79
compiler/rustc_mir_transform/src/ssa.rs
@@ -3,7 +3,7 @@
3
//! 2/ This single assignment dominates all uses;
4
//!
5
//! As we do not track indirect assignments, a local that has its address taken (either by
6
-//! AddressOf or by borrowing) is considered non-SSA. However, it is UB to modify through an
+//! AddressOf or by borrowing) is considered non-SSA. However, it is UB to modify through an
7
//! immutable borrow of a `Freeze` local. Those can still be considered to be SSA.
8
9
use rustc_data_structures::graph::dominators::Dominators;
0 commit comments