Closed Bug 1565359 Opened 5 years ago Closed 5 years ago

[mozversion] Fails to build with rust 1.37 beta

Categories

(Testing :: Mozbase Rust, defect)

Version 3
defect
Not set
normal

Tracking

(firefox70 fixed)

RESOLVED FIXED
mozilla70
Tracking Status
firefox70 --- fixed

People

(Reporter: erahm, Assigned: erahm)

References

Details

Attachments

(1 file)

error: trait objects without an explicit `dyn` are deprecated
 0:43.53    --> testing/mozbase/rust/mozversion/src/lib.rs:266:32
 0:43.53     |
 0:43.53 266 |     fn cause(&self) -> Option<&error::Error> {
 0:43.53     |                                ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error`
 0:43.54     |
 0:43.54     = note: `-D bare-trait-objects` implied by `-D warnings`
 0:43.76 error: aborting due to previous error
 0:43
Pushed by erahm@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7945e18c0adc
Fix trait objects without an explicit `dyn` are deprecated error. r=ato
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla70
Assignee: nobody → erahm
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: