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