Skip to content

Commit f6ac6f5

Browse files
committed
Add comment to document reason for workaround
1 parent 05e6f43 commit f6ac6f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chalk-recursive/src/fixed_point.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -218,7 +218,7 @@ where
218218
self,
219219
canonical_goal,
220220
minimums,
221-
should_continue.clone(),
221+
should_continue.clone(), // Note: cloning required as workaround for https://github.com/rust-lang/rust/issues/95734
222222
);
223223

224224
debug!(

0 commit comments

Comments
 (0)