Belated triage digest

This is for the two weeks up to the end of last week (sorry for the delay)

Nominated (I-nominated) issues

Very confusing error on attempt to pass `path::Path` by value (#23286)

  • Added I-nominated. By @aturon

    Nominating. This seems like an important error to try to improve.

    triage: I-nominated

Rust 1.0.0 tarball does not have proper permissions on directories. (#25479)

Add macro lifetime specifier (#25509)

Beta-nominated issues

Remaining issues

floating point to floating point casts have undefined behaviour (#15536)

  • Removed P-medium. By @arielb1
  • Added P-high. By @arielb1

`unstable feature` error needs to specify feature names for better usability. (#24125)

  • Added P-medium. By @nikomatsakis

    triage: P-medium

Process didn't exit successfully: ... (signal: 4) in tests (#25089)

  • Added P-medium. By @nikomatsakis

    triage: P-medium

match expression falling through? (#26251)

  • Added P-high. By @nikomatsakis

    triage: P-high

nightly rustc breaks stable code for some type inferences (#26279)

  • Added P-high. By @nikomatsakis

    triage: P-high

Segmentation fault on safe test panic (#26298)

  • Added I-nominated. By @sfackler

Chain has an incorrect implementation of DoubleEndedIterator (#26316)

  • Added P-low. By @Gankro

Rustc selects the wrong impl for trait objects when a trait is implemented multiple times with different parameters on the same struct (#26339)

  • Added P-high. By @nikomatsakis

    triage: P-high

Fix file!(), line!() and column!() macros (#26347)

  • Added beta-nominated. Set milestone: this was a regression on nightly from stable I believe. By @alexcrichton

    triage: beta-nominated (this was a regression on nightly from stable I believe)

Clarify cast rules (tracking issue for RFC 1052) (#26391)

  • Added P-high. By @nikomatsakis

    triage: P-high -- I'm giving this high priority since accepting casts that we ought not to is a backwards compatibility risk, though it is mitigated by the fact that afaik the illegal casts yield an ICE (but I haven't done exhaustive testing)

Tracking issue for Adjust default object bounds (RFC 1156) (#26438)

  • Added P-high. By @aturon

Admin issues

Permalink to this digest

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