Closed
Description
async fn f() -> Result<(), failure::Error> {
if "a" != "b" {
return Err("c".to_string());
}
}
Triggers on playground on beta and nightly channels, not on stable.
Stacktrace: https://gist.github.com/guzt/32437a394c5c3401f8ec80a6863efe56
Metadata
Metadata
Assignees
Labels
Area: Async & AwaitArea: CoroutinesCategory: This is a bug.Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️High priorityRelevant to the compiler team, which will review and decide on the PR/issue.ICE tracked in rust-lang/glacier.Performance or correctness regression from stable to beta.