提交 2fc58fc6 编写于 作者: B Brian Anderson

Revert "Use check instead of assert in export-unexported-dep"

This reverts commit 480eda0f. The commit
adding the assert keyword has been restored.
上级 5d1c8dbf
...@@ -15,7 +15,7 @@ fn f() -> t { ...@@ -15,7 +15,7 @@ fn f() -> t {
} }
fn g(t v) { fn g(t v) {
check (v == t1); assert v == t1;
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册