Top rust issues

ICE when using reference variable from iterator (instead of copying it): thread 'rustc' panicked at 'already borrowed: BorrowMutError'

A-typesystem C-bug E-needs-bisection I-ICE P-high T-compiler regression-from-stable-to-stable
azriel91 picture azriel91·13 Nov 2019·10 Comments

Rustdoc cannot infer type when using type_alias_impl_trait, while rustc works

C-bug F-type_alias_impl_trait T-rustdoc requires-nightly
bjorn3 picture bjorn3·27 Oct 2019·15 Comments
👍7

ICE: errors resolving bounds after type-checking for fmt::Display

A-associated-items A-traits C-bug F-associated_type_defaults I-ICE P-medium T-compiler glacier requires-nightly
bradjc picture bradjc·24 Oct 2019·13 Comments

Spurious new Send requirement in async block

A-async-await AsyncAwait-Focus T-compiler T-lang
dtolnay picture dtolnay·15 Sep 2019·18 Comments

Ref parameter incorrectly decorated with `noalias` attribute

A-codegen C-bug I-unsound 💥 T-lang T-libs
RalfJung picture RalfJung·21 Aug 2019·28 Comments
🎉5

async fn with elided lifetime causes rustc panic

A-async-await AsyncAwait-Focus C-bug F-async_await I-ICE P-high T-compiler
hackerer1c picture hackerer1c·9 Jul 2019·10 Comments
fbstj picture fbstj·12 May 2019·18 Comments

type inference doesn't work in async fn that return Box<dyn SomeTrait>

A-async-await A-inference AsyncAwait-Focus C-bug F-async_await T-compiler
macpp picture macpp·30 Apr 2019·14 Comments
👀1 🚀1

Tracking issue for RFC 2645, "Transparent Unions" (formerly: and Enums)

B-RFC-approved B-RFC-implemented B-unstable C-tracking-issue T-lang
Centril picture Centril·30 Apr 2019·63 Comments
👍1

Confusing error message: "expected 2 lifetime parameters"

A-diagnostics A-lifetimes A-suggestion-diagnostics C-enhancement D-papercut T-compiler
mark-i-m picture mark-i-m·24 Apr 2019·9 Comments