Triage digest: Mon Dec 28 2015

Nominated (I-nominated) issues

Tracking Issue for RFC 213: Default Type Parameter Fallback (#27336)

Tracking issue for `str_utf16` stabilization (#27714)

Tracking issue for `braced_empty_structs` (RFC 218) (#29720)

Style changes to compiler messages (#29989)

Desugared x.index(y) is not equivalent to x[y] (#30127)

Re-add raw_pointer_derive lint as a no-op (#30346)

beta regression matching unit-like structs with .. (#30379)

Assignments leave their place partially-destroyed if the destructor panics (#30380)

str's trim_left and trim_right implicitly assume LTR text (#30459)

Lifetime inference related regression in latest nightly. (#30519)

  • Added I-nominated. By @alexcrichton

    Minimized:

    fn main() {
         let foo = &mut true;
         (|| {
             let bar = &mut *foo;
             (move |b: bool| *bar = b)
         });
    }
    

    cc @rust-lang/compiler

    triage: I-nominated

Segfault in an unconditional drop call after a match (#30530)

  • Added I-nominated. By @sfackler

Beta-nominated issues

Small fixes for 1.6 docs (#30293, closed)

Remaining issues

Permalink to this digest

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.