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
I just encountered this too, firstly with code that was using assert!. This strikes me as something severe enough that we should be fairly immediately either fixing --pretty typed or removing it. As it is, it won't work on any non-trivial codebase, because the new formatting employs fixed-size vectors—and pretty much everyone will use at least one of println!, fmt!, assert!, &c.
Running
rustc --lib --pretty typed
on the following codefails with the following error.
The text was updated successfully, but these errors were encountered: