Release triage minutes 2017-01-26
Stable regressions
-
https://github.com/rust-lang/rust/issues/38519
- There are s3 addresses in the Rust 1.14 manifests
- fixed, waiting for confirmation
-
https://github.com/rust-lang/rust/issues/38347
-
rust-lldb
(completely) broken on nightly (daf8c1dfc 2016-12-05)) - closed fixed
-
Nightly regressions
-
https://github.com/rust-lang/rust/issues/38969
- ICE in empty-0.0.4, Rust 1.16, unreachable for-loop pattern
- closed fixed
-
https://github.com/rust-lang/rust/issues/38624
- Inconsistent life time behavior between BorrowMut::borrow_mut() and AsMut::as_mut() #38624
- T-compiler, niko assigned
-
https://github.com/rust-lang/rust/issues/38972
- Irrefutable while-let pattern in log4rs-rolling-file-0.2.0, Rust 1.16 #38972
- fix enqueued
P-high
-
https://github.com/rust-lang/rust/issues/39192
- feature-gate uninhabited checks #39192
- fix enqueued
Old bugs
-
https://github.com/rust-lang/rust/issues/27123
- rustdoc: items are shown as if defined in crate when reexported cross-module and cross-crate #27123
- P-low, T-doc, T-tools
- closed as designed
-
https://github.com/rust-lang/rust/issues/26516
- Error messages should indicate when a method is missing due to unsatisfied constraints #26516
- I-wishlist, T-compiler
- closing bitrotted
-
https://github.com/rust-lang/rust/issues/27114
- Failure to fulfill higher-kinded “outlives” predicate could have better error message #27114
- T-doc, I-enhancement, E-easy
-
https://github.com/rust-lang/rust/issues/24840
- –enable-debug seems to imply --disable-optimize #24840
- A-build, P-low, T-tools
-
https://github.com/rust-lang/rust/issues/27130
- Manipulating slice through &mut parameter not optimized well #27130
- P-low, T-compiler, A-codegen, pinged op
-
https://github.com/rust-lang/rust/issues/25409
- indirect restrictions on Self in trait where clauses are not available when the trait is used as a bound #25409
- P-low
-
https://github.com/rust-lang/rust/issues/27300
- Emit warnings on parameter list in closures after { #27300
- I-enhancement, T-compiler, P-low
-
https://github.com/rust-lang/rust/issues/3696
- Cleanup region hierarchy code, especially around closures #3696
- P-low, T-compiler, pinged niko
-
https://github.com/rust-lang/rust/issues/27433
- Invalid error (E0425) reported #27433
- fixed, E-needstest
-
https://github.com/rust-lang/rust/issues/27403
- conflicting implementations when attempting to
impl<S> Into<S> for ArbitraryStructWithNoOtherImpls<S>
#27403 - T-lang, P-low, E-needstest, fixed
- conflicting implementations when attempting to
-
https://github.com/rust-lang/rust/issues/27395
- Assembly private symbols redefinition error #27395
- T-compiler, P-low
-
https://github.com/rust-lang/rust/issues/26590
- AMD CodeXL always detects a segfault when running Rust code on Windows #26590
- I-wrong, T-compiler, E-hard
-
https://github.com/rust-lang/rust/issues/27446
- rustc panics if the terminal’s terminfo is invalid #27446
- fixed, E-needstest
-
https://github.com/rust-lang/rust/issues/26847
- Associated constants should not be object safe #26847
- T-lang, I-wrong, linked to tracking issue
-
https://github.com/rust-lang/rust/issues/27333
- LLVM crash with SIMD types and inline asm #27333
- P-low, A-LLVM, T-compiler, E-hard, linked to other issues
-
https://github.com/rust-lang/rust/issues/27514
- Failing debuginfo test #27514
- T-compiler, pinged mw