Scheduled to be released on Thursday 2019-08-15.
https://internals.rust-lang.org/t/1-37-prerelease-testing/10701
https://github.com/rust-lang/rust/blob/stable/RELEASES.md
Differential D21247
lang/rust: Update to 1.37.0 tobik on Aug 13 2019, 12:46 PM. Authored by Tags None Referenced Files
Subscribers
Details
Scheduled to be released on Thursday 2019-08-15. https://internals.rust-lang.org/t/1-37-prerelease-testing/10701 Builds fine on 11.2/amd64 by @jbeich. Consumers ok too. As always a test build on tier 2 archs would be appreciated, @pkubaj, @mikael.urankar_gmail.com.
Diff Detail
Event TimelineComment Actions Ok. Should we postpone the update a couple of days? Or no access to them for a longer time? Comment Actions Don't wait for me, I'll have access to them next week but will be busy with other stuff. Comment Actions @jbeich www/firefox-esr fails to build due to #![deny(warnings)] and the new default bare_trait_objects warning. See P296: Compiling webrender_bindings v0.1.0 (/wrkdirs/usr/ports/www/firefox-esr/work/firefox-60.8.0/gfx/webrender_bindings) error: trait objects without an explicit `dyn` are deprecated --> gfx/webrender_bindings/src/bindings.rs:471:28 | 471 | fn clone(&self) -> Box<RenderNotifier> { | ^^^^^^^^^^^^^^ help: use `dyn`: `dyn RenderNotifier` | note: lint level defined here --> gfx/webrender_bindings/src/lib.rs:5:9 | 5 | #![deny(warnings)] | ^^^^^^^^ = note: #[deny(bare_trait_objects)] implied by #[deny(warnings)] error: trait objects without an explicit `dyn` are deprecated --> gfx/webrender_bindings/src/bindings.rs:736:30 | 736 | let recorder: Option<Box<ApiRecordingReceiver>> = if unsafe { gfx_use_wrench() } { | ^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn ApiRecordingReceiver` error: trait objects without an explicit `dyn` are deprecated --> gfx/webrender_bindings/src/moz2d_renderer.rs:98:28 | 98 | resources: &BlobImageResources, | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BlobImageResources` error: trait objects without an explicit `dyn` are deprecated --> gfx/webrender_bindings/src/moz2d_renderer.rs:136:65 | 136 | fn process_fonts(mut extra_data: BufReader, resources: &BlobImageResources) { | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn BlobImageResources` error: aborting due to 4 previous errors Alright, we'll deal with potential build problems afterwards then. |