Use check instead of assert in export-unexported-dep
This commit is contained in:
@@ -15,7 +15,7 @@ mod foo {
|
|||||||
}
|
}
|
||||||
|
|
||||||
fn g(t v) {
|
fn g(t v) {
|
||||||
assert v == t1;
|
check (v == t1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user