K 10 svn:author V 8 dumbbell K 8 svn:date V 27 2018-01-25T08:07:58.607926Z K 7 svn:log V 672 lang/rust: Update to 1.23.0 Firefox 57.0 failed to build with Rust 1.23.0 with the following error: error: unused import: `std::ascii::AsciiExt` --> /wrkdirs/usr/ports/www/firefox/work/firefox-57.0.4/servo/components/style/gecko_string_cache/mod.rs:16:5 | 16 | use std::ascii::AsciiExt; | ^^^^^^^^^^^^^^^^^^^^ | note: lint level defined here --> /wrkdirs/usr/ports/www/firefox/work/firefox-57.0.4/servo/components/style/lib.rs:26:9 | 26 | #![deny(warnings)] | ^^^^^^^^ = note: #[deny(unused_imports)] implied by #[deny(warnings)] Now that Firefox is updated to 58.0, the build succeeds. END