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
Tracking Issue for pointer_is_aligned
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#96284
opened Apr 21, 2022 by
Gankra
3 tasks
Tracking Issue for pointer_bytes_offsets
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#96283
opened Apr 21, 2022 by
Gankra
3 tasks
[NLL] Many errors generated instead of one with many notes
A-diagnostics
Area: Messages for errors, warnings, and lints
A-NLL
Area: Non Lexical Lifetimes (NLL)
NLL-diagnostics
Working torwads the "diagnostic parity" goal
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#96278
opened Apr 21, 2022 by
marmeladema
[NLL] Loss of suggestions to change/fix trait object lifetime bound
A-diagnostics
Area: Messages for errors, warnings, and lints
A-NLL
Area: Non Lexical Lifetimes (NLL)
NLL-diagnostics
Working torwads the "diagnostic parity" goal
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#96277
opened Apr 21, 2022 by
marmeladema
[MaybeUninit::uninit(); N] memsets memory
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-slow
Problems and improvements with respect to performance of generated code.
#96274
opened Apr 21, 2022 by
SUPERCILEX
VecMap([(OpaqueTypeKey { def_id: DefId(0:40 ~ actix01[ee95]::master::{opaque#0}), substs: [] }, OpaqueTypeDecl { hidden_type: OpaqueHiddenType { span: src/main.rs:6:26: 6:62 (#42), ty: _ }, origin: FnReturn(DefId(0:39 ~ actix01[ee95]::master)) })]) delayed at compiler/rustc_infer/src/infer/opaque_types/table.rs:50:26
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#96270
opened Apr 21, 2022 by
Cassin01
Has ctfe-stress-5-check been gradually regressing since 2022-04-09?
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#96267
opened Apr 21, 2022 by
pnkfelix
Rustc assumes a type is () sometimes when it should ask for a type annotation
C-bug
Category: This is a bug.
#96265
opened Apr 21, 2022 by
ekuecks
double-ICE checking Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
rustc_codegen_cranelift after cargo update
C-bug
#96264
opened Apr 20, 2022 by
cuviper
Incorrect reporting of non-exhaustive match branches of mod operation on unsigned integer
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#96262
opened Apr 20, 2022 by
Piturnah
ICE: library/core/src/slice/index.rs:73:5: out of range slice
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#96259
opened Apr 20, 2022 by
rvantonder
ICE: compiler/rustc_typeck/src/check/upvar.rs:1701:13: Drop location span error: need to handle more
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#96258
opened Apr 20, 2022 by
jaskij
Tracking Issue for TCP_QUICKACK support on Linux
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#96256
opened Apr 20, 2022 by
berendjan
3 tasks
Poor error message for closure expression that does not infer required higher-ranked lifetime
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#96255
opened Apr 20, 2022 by
lilyball
Consider warning when combination of Result/IntoIterator and Vec introduces unexpected type inference
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#96249
opened Apr 20, 2022 by
oliverdunk
E0282 Cannot infer type for type parameter None when trait wrapped in an Option
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#96244
opened Apr 20, 2022 by
glennpierce
Inferred lifetime bound for generic trait parameter is incorrect
C-bug
Category: This is a bug.
#96243
opened Apr 20, 2022 by
eds-collabora
When we switch to opaque pointers, stop identifying ADTs in LLVM IR (with Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
S-blocked
Status: marked as blocked ❌ on something else such as an RFC or other implementation work.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
fewer_names)
A-LLVM
#96242
opened Apr 20, 2022 by
erikdesjardins
ICE in Category: This is a bug.
F-marker_trait_attr
`#![feature(marker_trait_attr)]`
F-specialization
`#![feature(specialization)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
compiler/rustc_monomorphize/src/collector.rs when combining #[marker] and min_specialization
C-bug
#96235
opened Apr 20, 2022 by
the8472
Rustdoc warns about comments in code blocks
A-doctests
Area: Documentation tests, run by rustdoc
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#96233
opened Apr 20, 2022 by
macmv
Array Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-slow
Problems and improvements with respect to performance of generated code.
map with unexpectedly bad codegen
A-LLVM
#96231
opened Apr 20, 2022 by
JakobDegen
Error typechecking lifetime-GAT bound when "parent" bound is inferred
C-bug
Category: This is a bug.
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
#96230
opened Apr 19, 2022 by
audunhalland
compiletest: may truncate compiler output before trying to parse it as json
A-testsuite
Area: The testsuite used to check the correctness of rustc
#96229
opened Apr 19, 2022 by
nagisa
Make "only traits defined in the current crate can be implemented for arbitrary types" less vague
A-diagnostics
Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#96227
opened Apr 19, 2022 by
JosephTLyons
Previous Next
ProTip!
Updated in the last three days: updated:>2022-04-18.