You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems that proc-macro used by a project panics, and those panics get printed to our stderr. I don't think we should do that, to not confuse them with real panics. Ideally, panic messge/trace should be stored as a String in macro exapnsion result
The text was updated successfully, but these errors were encountered:
see https://users.rust-lang.org/t/reproducing-a-rust-analyzer-failure-in-the-terminal/63459/7?u=matklad
it seems that proc-macro used by a project panics, and those panics get printed to our stderr. I don't think we should do that, to not confuse them with real panics. Ideally, panic messge/trace should be stored as a String in macro exapnsion result
The text was updated successfully, but these errors were encountered: