#13271 closed enhancement (fixed)
seamonkey changes to use rustc-1.39.0.
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | 10.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
librsvg-2.48.0 will require at least rustc-1.39.0. Looking at firefox and thunderbird, 1.39.0 does not give problems, but seamonkey FTBFS.
The upstream tracker at mozilla https://bugzilla.mozilla.org/show_bug.cgi?id=1617782 has a series of patches from Dmitry Butskoy, mostly for changes required by the rust-1.40 series. But the first of them is because rust-1.39 deprecated the "try!" call in favor of "?" which then breaks nsstring because it treats warnings as errors.
I think a simple sed to delete one line will suffice.
Change History (4)
comment:1 by , 5 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
r22850