Nominated (I-nominated) issues
Collisions in type_id (#10389)
Use different numbers of `#`s when expanding documentation comments (#27499)
Tracking issue for `read_exact` (RFC #980) (#27585)
Allow where clauses involving types which don't include a type parameter. (#27972)
unsafe const fn declaration order (#29107)
Type inference regression with zipped iterators (#29278)
- Added I-nominated. By @alexcrichton
triage: I-nominated
Add a numeric ID to threads (#29448)
Beta-nominated issues
Remove contraction from region inference (#29188, closed)
Remaining issues
Method lookup goes down the auto-deref rabbit hole when it doesn't need to (#19509)
- Added P-low. By @nikomatsakis
triage: P-low
We discussed this in the @rust-lang/lang meeting some today. General conclusion was that if we can in fact detect a cycle, that is probably OK. It’s worth pointing out there is some code in trait matching that aims to detect similar cycles – it does have some problems around regions though – but also that we can probably ignore regions for the purposes of establishing these cycles. This may take a bit of investigation. However, basically if we DO detect cycles the proper way (not merely by exceeding the recursion limit), then it seems ok to permit cutting off the method call candidate search there.
Classifying as low priority because while this use case would be nice to support, it’s not urgent.
Trait bounds on struct type parameters aren't always enforced (depending on the order of impls) (#21837)
- Added P-medium. By @nikomatsakis
triage: P-medium
Looks like this is already fixed by RFC 1214, as @arielb1 reports.
dropck can be bypassed via a trait object method (#26656)
- Removed P-high. By @nikomatsakis
Nonparametric dropck (tracking issue for RFC 1238) (#28498)
- Added P-medium. By @nikomatsakis
triage: P-medium
stdlib Path has inconsistent normalisation behaviour (#29008)
- Added P-high. By @alexcrichton
triage: P-high
Lifetime bounds in Copy impls are ignored (#29149)
- Added P-high. By @nikomatsakis
triage: P-high
ICE in ensure_public (#29161)
- Added P-high. By @nikomatsakis
triage: P-high