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
Per @brson 's request, I'm hoping that he's willing to enable the unit tests associated with libsyntax. To be absolutely clear, these are the tests that I can run like this:
This was added to Configurations.md in rust-lang#4618, but the option wasn't
actually made available. This should let people who are using Rust 2021
on nightly rustc run `cargo fmt` again.
Per @brson 's request, I'm hoping that he's willing to enable the unit tests associated with libsyntax. To be absolutely clear, these are the tests that I can run like this:
rustc --test syntax.rc -o syntaxtests && ./syntaxtests
... which appear not to be run currently, as evidenced by the fact that they didn't compile until my recent push.
The text was updated successfully, but these errors were encountered: