@WG-prioritization/alerts issue #77993 has been requested for prioritization.
I-nominated
?This code was incorrect as it is, so error -> ICE. However, it seems like there's something weird going on here, so I suggest P-high
until we get more information
It seems like macro
can be replaced with any other keyword.
async fn ice() -> Box<dyn std::error::Error> {
dyn!()
}
will panic too
I would go with P-high
because it will panic if any keyword
is followed by an unexpected token
inside an async function
that returns Box<dyn Trait>
. This seems very weird
I suggest P-high
, this pattern hits production code according to https://github.com/rust-lang/rust/issues/77993#issuecomment-709631876.
actix-web
fails to build because of this
Then... P-critical
?
Stu said:
actix-web
fails to build because of this
note that it occurs on the diagnostics test which is expected to fail :)
Yes, this code is incorrect IIUC
I'll assign P-high
Issue #77993's prioritization request has been removed.