-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Issues: rust-lang/rust
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
closure rvalue not checked for WF allowing it to assume more implied bounds
A-borrow-checker
Area: The borrow checker
A-closures
Area: Closures (`|…| { … }`)
A-NLL
Area: Non-lexical lifetimes (NLL)
C-bug
Category: This is a bug.
NLL-sound
Working towards the "invalid code does not compile" goal
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#123312
opened Apr 1, 2024 by
aliemjay
ignored lifetime constraints in type annotations
A-NLL
Area: Non-lexical lifetimes (NLL)
C-bug
Category: This is a bug.
NLL-sound
Working towards the "invalid code does not compile" goal
P-medium
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#115175
opened Aug 24, 2023 by
aliemjay
closures accept ill-formed inputs
A-borrow-checker
Area: The borrow checker
A-NLL
Area: Non-lexical lifetimes (NLL)
C-bug
Category: This is a bug.
NLL-sound
Working towards the "invalid code does not compile" goal
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#104478
opened Nov 16, 2022 by
aliemjay
#[thread_local] static mut
is allowed to have 'static
lifetime
A-NLL
#54366
opened Sep 19, 2018 by
nikomatsakis
fix "bivariant wf" bug in the NLL subtyping code
A-NLL
Area: Non-lexical lifetimes (NLL)
A-trait-system
Area: Trait system
C-bug
Category: This is a bug.
NLL-sound
Working towards the "invalid code does not compile" goal
P-medium
Medium priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#54105
opened Sep 10, 2018 by
nikomatsakis
ProTip!
Mix and match filters to narrow down what you’re looking for.