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 merged two pull requests in quick succession that interacted with each other. Build is broken again because shootout-mandelbrot hasn't been updated for the new version of core::io that uses explicit self. Waiting for a build to catch up so I can update it.
The text was updated successfully, but these errors were encountered:
Changes:
- preparation for potential rustfmt 1.4.19 (rust-lang#4283)
- chore: backport 8157a3f0afe978d3e953420577f8344db7e905bf
- deps: bump rustc-ap to v669
- deps: bump rustc-ap-* to v668
- deps: bump rustc-ap* to v666
- Use correct span for match arms with the leading pipe and attributes (rust-lang#3975)
Update rustfmt and rls
Closesrust-lang#74080, rust-lang#74081.
rls changes:
- deps: update racer and cargo
rustfmt changes:
- preparation for potential rustfmt 1.4.19 (rust-lang#4283)
- chore: backport 8157a3f0afe978d3e953420577f8344db7e905bf
- deps: bump rustc-ap to v669
- deps: bump rustc-ap-* to v668
- deps: bump rustc-ap* to v666
- Use correct span for match arms with the leading pipe and attributes (rust-lang#3975)
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
May 15, 2021
I merged two pull requests in quick succession that interacted with each other. Build is broken again because shootout-mandelbrot hasn't been updated for the new version of core::io that uses explicit
self
. Waiting for a build to catch up so I can update it.The text was updated successfully, but these errors were encountered: