@WG-prioritization/alerts issue #82583 has been requested for prioritization.
I-nominated
?reminds me of #81208 but error is different. I'm not understand if it's because a completely different part of the code of the #[rocket::get("/♥")]
macro shields the true error.
Goes back to at least 2018-01-01
, according to cargo-bisect-rustc
, I commented on the issue.
Also, code that should work but doesn't, not a regression AFAICT, but a very obscure bug.
I'd say P-medium
is suitable. I'd be okay with P-high
too.
I've tried also compiling with cargo +nightly build
and I see the error from #81208
Does your bisection catches the same error?
(this said, I agree on a P-medium
)
Yes, it's a different error than the one in the title. What's more, the example containing #[rocket::get("/мир")]
produces the same error on rocket 0.4.7
, which is the latest at the time of writing.
Interesting this comment :-)
https://github.com/rust-lang/rust/issues/82583#issuecomment-787099858
In that case, the bug is invalid. The proc macro is written weirdly.
Ah, I managed to reproduce it, see this comment. But the bisection results don't change.