diff --git a/ices/84841.rs b/ices/84841.rs new file mode 100644 index 00000000..91c89e04 --- /dev/null +++ b/ices/84841.rs @@ -0,0 +1,8 @@ +async fn main() { + // Adding an .await here avoids the ICE + test()?; +} + +// Removing the const generic parameter here avoids the ICE +async fn test() { +}