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
Inliner use of storage statements is unsound
A-mir
Area: Mid-level IR (MIR) - https://blog.rust-lang.org/2016/04/19/MIR.html
A-mir-opt
Area: MIR optimizations
A-mir-opt-inlining
Area: MIR inlining
C-bug
Category: This is a bug.
I-prioritize
Indicates that prioritization has been requested for this issue
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-opsem
Relevant to the opsem team
#119366
opened Dec 27, 2023 by
tmiasko
Tracking Issue for asm_goto
A-inline-assembly
Area: inline asm!(..)
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
F-asm
`#![feature(asm)]` (not `llvm_asm`)
#119364
opened Dec 27, 2023 by
nbdd0121
4 tasks
dyn Upcasting for unsized generics
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#119360
opened Dec 27, 2023 by
dhardy
expect attribute supressing lint, but then saying it's not fulfilled
A-clippy
#119358
opened Dec 27, 2023 by
asquared31415
"Found unstable fingerprints for optimized_mir" ICE when moving a dot in a method call chain between lines within a function with an Area: Incremental compilation
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-has-mcve
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.
impl Trait parameter
A-incr-comp
#119353
opened Dec 27, 2023 by
lmilasius
ICE: Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
range start index 2 out of range for slice of length 1
C-bug
#119352
opened Dec 27, 2023 by
matthiaskrgr
query cycle: Area: Messages for errors, warnings, and lints
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
cycle detected when checking effective visibilities
A-diagnostics
#119346
opened Dec 27, 2023 by
matthiaskrgr
query cycle: cycle detected when caching mir of Area: Messages for errors, warnings, and lints
F-generic_arg_infer
Using `_` as a const argument: #![feature(generic_arg_infer)]`
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
foo::{constant#1} for CTFE
A-diagnostics
#119345
opened Dec 27, 2023 by
matthiaskrgr
query cycle: specialisation Area: Messages for errors, warnings, and lints
F-specialization
`#![feature(specialization)]`
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
cycle detected when building specialization graph of trait
A-diagnostics
#119344
opened Dec 27, 2023 by
matthiaskrgr
Cannot dyn upcast to target w/ auto traits implied by source's principal's supertraits
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#119335
opened Dec 27, 2023 by
compiler-errors
Unsupported flags on linker-plugin-lto for mold
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#119332
opened Dec 27, 2023 by
zhongyi51
Vague error message with elided lifetime in impl block
A-diagnostics
Area: Messages for errors, warnings, and lints
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#119330
opened Dec 27, 2023 by
fprasx
query cycles could be handled more like ICEs
A-diagnostics
Area: Messages for errors, warnings, and lints
A-query-system
Area: The rustc query system (https://rustc-dev-guide.rust-lang.org/query.html)
metabug
Issues about issues themselves ("bugs about bugs")
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#119321
opened Dec 26, 2023 by
matthiaskrgr
Conflict implementation when upstream crate has any impl for any type_alias_impl_trait type
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#119318
opened Dec 26, 2023 by
mikialex
make incremental ICEs more informative
A-incr-comp
Area: Incremental compilation
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
WG-incr-comp
Working group: incremental compilation
#119317
opened Dec 26, 2023 by
matthiaskrgr
ICE: gce: Category: This is a bug.
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
expected type of closure to be a closure
C-bug
#119316
opened Dec 26, 2023 by
matthiaskrgr
nightly 2023-12-25 is missing
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#119312
opened Dec 26, 2023 by
matthiaskrgr
After I executed rustc main.rs, no executable was generated
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-macos
Operating system: macOS
#119309
opened Dec 26, 2023 by
rohero6
Random Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-macos
Operating system: macOS
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
SIGSEGV: invalid memory reference after update to Sonoma 14.2
I-crash
#119308
opened Dec 26, 2023 by
HoaPham98
🐛 Add support for Android in the compiler (termux)
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#119306
opened Dec 25, 2023 by
sebastianjnuwu
Vec::from_raw_parts docs do not correctly handle empty buffers
A-collections
#119304
opened Dec 25, 2023 by
oskgo
issue-80074 test should not compile
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-bug
Category: This is a bug.
P-high
High 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.
#119301
opened Dec 25, 2023 by
Mark-Simulacrum
Inconsistent format string support for binary and hex representations of arrays
A-diagnostics
Area: Messages for errors, warnings, and lints
A-fmt
Area: std::fmt
C-bug
Category: This is a bug.
D-papercut
Diagnostic error that needs small tweaks
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#119300
opened Dec 25, 2023 by
ChaiTRex
adt_const_params: ICE when using reference to user-defined unsized type as const generic
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#119299
opened Dec 25, 2023 by
fcard
set Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
--change-id in ci
T-bootstrap
#119296
opened Dec 25, 2023 by
jyn514
Previous Next
ProTip!
Type g p on any issue or pull request to go back to the pull request listing page.