Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit be934ce

Browse files
authored
Add ICE 77993 (#506)
1 parent 2277e9a commit be934ce

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

ices/77993.sh

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
#!/bin/bash
2+
3+
rustc --edition 2018 - << EOF
4+
async fn test() -> Box<dyn std::error::Error> {
5+
macro!()
6+
}
7+
8+
fn main() {}
9+
10+
EOF

0 commit comments

Comments
 (0)