Skip to content

Commit 25aa6ea

Browse files
spastorinoPaul Daniel Faria
authored andcommitted
Mark Region as public
1 parent 3372b89 commit 25aa6ea

File tree

1 file changed

+1
-1
lines changed
  • src/librustc_mir/transform/nll

1 file changed

+1
-1
lines changed

src/librustc_mir/transform/nll/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ impl MirPass for NLL {
168168
}
169169

170170
#[derive(Clone, Default, PartialEq, Eq)]
171-
struct Region {
171+
pub struct Region {
172172
points: FxHashSet<Location>,
173173
}
174174

0 commit comments

Comments
 (0)