File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
polonius-engine/src/output Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ fn compute_move_errors<T: FactTypes>(
141
141
// path through the CFG to Point such that `Path` has been moved out by the
142
142
// time we arrive at `Point` without it being re-initialized for sure.
143
143
let path_maybe_uninitialized_on_exit =
144
- iteration. variable :: < ( T :: Path , T :: Point ) > ( "path_maybe_deinitialized_on_exit " ) ;
144
+ iteration. variable :: < ( T :: Path , T :: Point ) > ( "path_maybe_uninitialized_on_exit " ) ;
145
145
146
146
// move_error(Path, Point): There is an access to `Path` at `Point`, but
147
147
// `Path` is potentially moved (or never initialised).
@@ -175,7 +175,7 @@ fn compute_move_errors<T: FactTypes>(
175
175
) ;
176
176
177
177
// path_maybe_uninitialized_on_exit(path, point2) :-
178
- // path_maybe_uninitialized_exit (path, point1),
178
+ // path_maybe_uninitialized_on_exit (path, point1),
179
179
// cfg_edge_(point1, point2)
180
180
// !path_assigned_at(point1, point2).
181
181
path_maybe_uninitialized_on_exit. from_leapjoin (
You can’t perform that action at this time.
0 commit comments