提交 1297cb7f 编写于 作者: N Niko Matsakis

add test case

上级 1aa6c7cb
// edition:2018
async fn main() {
// Adding an .await here avoids the ICE
test()?;
}
// Removing the const generic parameter here avoids the ICE
async fn test<const N: usize>() {
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册