-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
cargo fix --edition
failed: error: expected item after attributes
A-edition-2024
#139567
opened Apr 9, 2025 by
eval-exec
Stabilize Style Guide Entry for Precise Capture Syntax
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
C-bug
Category: This is a bug.
F-precise_capturing
`#![feature(precise_capturing)]`
T-rustfmt
Relevant to the rustfmt team, which will review and decide on the PR/issue.
T-style
Relevant to the style team, which will review and decide on the PR/issue.
#138527
opened Mar 15, 2025 by
ytmimi
Invalid suggestion on anonymous lifetime parameter in precise capturing list if there are no input lifetimes
A-diagnostics
Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
D-verbose
Diagnostics: Too much output caused by a single piece of incorrect code.
F-precise_capturing
`#![feature(precise_capturing)]`
P-low
Low priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134194
opened Dec 12, 2024 by
fmease
incorrect suggestion for Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
D-incorrect
Diagnostics: A diagnostic that is giving misleading or incorrect information.
F-precise_capturing
`#![feature(precise_capturing)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
use<...>
bound that captures multiple lifetimes
A-diagnostics
#132199
opened Oct 26, 2024 by
m4rch3n1ng
ICE: Category: This is a bug.
F-precise_capturing
`#![feature(precise_capturing)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-bug-has-test
Status: This bug is tracked inside the repo by a `known-bug` test.
S-has-bisection
Status: a bisection has been found for this issue
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
could not resolve DefId
C-bug
#132126
opened Oct 25, 2024 by
matthiaskrgr
Tracking issue for RFC 3617 precise capturing of types
B-RFC-approved
Blocker: Approved by a merged RFC but not yet implemented.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-precise_capturing_of_types
`#![feature(precise_capturing_of_types)]`
F-precise_capturing
`#![feature(precise_capturing)]`
S-tracking-unimplemented
Status: The feature has not been implemented.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#130043
opened Sep 6, 2024 by
traviscross
2 of 7 tasks
impl-trait return type is bounded by all input type parameters, even when unnecessary
A-impl-trait
Area: `impl Trait`. Universally / existentially quantified anonymous types with static dispatch.
A-lifetimes
Area: Lifetimes / regions
C-bug
Category: This is a bug.
F-precise_capturing
`#![feature(precise_capturing)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-async
Working group: Async & await
#42940
opened Jun 27, 2017 by
Arnavion
ProTip!
Add no:assignee to see everything that’s not assigned.