Skip to content

Commit e12ef79

Browse files
committed
Pacify tidy.
1 parent 9b846d4 commit e12ef79

File tree

1 file changed

+1
-1
lines changed
  • compiler/rustc_mir_transform/src

1 file changed

+1
-1
lines changed

compiler/rustc_mir_transform/src/ssa.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
//! 2/ This single assignment dominates all uses;
44
//!
55
//! 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
6+
//! AddressOf or by borrowing) is considered non-SSA. However, it is UB to modify through an
77
//! immutable borrow of a `Freeze` local. Those can still be considered to be SSA.
88
99
use rustc_data_structures::graph::dominators::Dominators;

0 commit comments

Comments
 (0)