Skip to content

Commit b59c4dc

Browse files
committed
Remove an out-of-date comment.
The part about zero-sized structures is totally wrong. The rest of it has almost no explanatory value; there are better explanations in comments elsewhere.
1 parent db760e2 commit b59c4dc

File tree

1 file changed

+0
-4
lines changed
  • compiler/rustc_mir_dataflow/src/impls

1 file changed

+0
-4
lines changed

compiler/rustc_mir_dataflow/src/impls/mod.rs

-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
//! Dataflow analyses are built upon some interpretation of the
2-
//! bitvectors attached to each basic block, represented via a
3-
//! zero-sized structure.
4-
51
mod borrowed_locals;
62
mod initialized;
73
mod liveness;

0 commit comments

Comments
 (0)