Skip to content

Commit 01ab17e

Browse files
authored
add comment about if_raw
1 parent fdcf099 commit 01ab17e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/solve/test.rs

+2
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,8 @@ fn prove_forall() {
183183
"Unique; substitution [], lifetime constraints []"
184184
}
185185

186+
// This fails because we used `if_raw`, and hence we do not
187+
// know that `WF(T: Clone)` holds.
186188
goal {
187189
forall<T> {
188190
if_raw (T: Clone) {

0 commit comments

Comments
 (0)