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
Cannot impl Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
std::os::windows::fs::MetadataExt in stable rust
C-bug
#118795
opened Dec 10, 2023 by
Berrysoft
1.74 fails to build on mips: relocation truncated to fit: R_MIPS_TLS_GOTTPREL against `std::collections::hash::map::RandomState::new::KEYS::__getit::__KEY'
A-linkage
Area: linking into static, shared libraries and binaries
O-linux
Operating system: Linux
O-MIPS
Target: MIPS processors
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#118794
opened Dec 10, 2023 by
matoro
The diagnostic for &[u8] to [char] seems to be wrong in some way
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#118790
opened Dec 9, 2023 by
wyattscarpenter
ICE Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-debug-assertions
This issue requires debug-assertions in some way
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
suggestion must not have overlapping parts with nested, malformed macro decl
A-diagnostics
#118786
opened Dec 9, 2023 by
matthiaskrgr
debug ice: Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: suggestions generated by the compiler applied by cargo fix
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-debug-assertions
This issue requires debug-assertions in some way
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
E0423 suggests assoc fns inside macro_rules
A-diagnostics
#118784
opened Dec 9, 2023 by
matthiaskrgr
ICE: trait-solver-next coherence: Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-debug-assertions
This issue requires debug-assertions in some way
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-trait-system-refactor
The Rustc Trait System Refactor Initiative
unexpected infer in QueryInput { .. }
C-bug
#118783
opened Dec 9, 2023 by
matthiaskrgr
Other missing bounds required to meet a trait's blanket impl are displayed too prominently
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.
#118779
opened Dec 9, 2023 by
drmason13
ICE: Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
F-generic_const_items
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-debug-assertions
This issue requires debug-assertions in some way
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
expected type differs from actual type u16 / u32
C-bug
#118778
opened Dec 9, 2023 by
matthiaskrgr
anonymous async block unpredictable Category: Discussion or questions that doesn't represent real issues.
size_of_val behavior
C-discussion
#118777
opened Dec 9, 2023 by
artech-git
[ICE clippy]: 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.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
'rustc' panicked at compiler/rustc_infer/src/infer/at.rs:453:17
C-bug
#118773
opened Dec 9, 2023 by
StackOverflowExcept1on
1 task done
"Area: Messages for errors, warnings, and lints
D-confusing
Confusing diagnostic error that should be reworked
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
main function is not allowed to have generic parameters" when the parameter is a reference
A-diagnostics
#118772
opened Dec 9, 2023 by
wyattscarpenter
CFI breaks when dropping trait object
C-bug
Category: This is a bug.
PG-exploit-mitigations
Project group: exploit mitigations
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#118761
opened Dec 8, 2023 by
maurer
Rustdoc ICE 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.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
futures-util compiler/rustc_infer/src/infer/generalize.rs:28:40: unwrap_err on Ok(?11t)
C-bug
#118760
opened Dec 8, 2023 by
kpreid
give a better error when Area: Messages for errors, warnings, and lints
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
origin/HEAD is vastly out of date
A-diagnostics
#118758
opened Dec 8, 2023 by
jyn514
Transient Internal Compiler Error: operand Len((*_2)) already assigned
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.
#118755
opened Dec 8, 2023 by
austinmoore-
Regression: rustc crashes on Windows trying to build lib/rustlib/x86_64-pc-windows-msvc/lib/libstd.rlib
A-code-coverage
Area: Source-based code coverage (-Cinstrument-coverage)
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.
#118754
opened Dec 8, 2023 by
nico
Destructuring assignment doesn't work for bare unit structs
C-bug
Category: This is a bug.
#118753
opened Dec 8, 2023 by
jsgf
tests are (uselessly) combining Area: The testsuite used to check the correctness of rustc
C-bug
Category: This is a bug.
E-easy
Call for participation: Experience needed to fix: Easy / not much (good first issue)
//~ERROR with --error-format
A-testsuite
#118752
opened Dec 8, 2023 by
jyn514
ICE building trust-dns-resolver@0.21.2 with instrument coverage, in nightly
A-code-coverage
Area: Source-based code coverage (-Cinstrument-coverage)
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.
#118746
opened Dec 8, 2023 by
GreeFine
ICE using Things relevant to the [future] cranelift backend
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.
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.
cranelift targeting gnux32
A-cranelift
#118739
opened Dec 8, 2023 by
Nemo157
consistently elide/don't elide types in diagnostics
A-diagnostics
Area: Messages for errors, warnings, and lints
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#118731
opened Dec 8, 2023 by
jyn514
When a Area: Error handling
A-proc-macros
Area: Procedural macros
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
proc_macro has a stack overflow, rustc crashes and errors confusingly
A-error-handling
#118701
opened Dec 7, 2023 by
PizzasBear
Make Category: A feature request, i.e: not implemented / a PR.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
std::env::{Args, ArgsOs} Send and Sync
C-feature-request
#118700
opened Dec 7, 2023 by
SteveLauC
Add parallel front-end test set to compiler-test
A-testsuite
Area: The testsuite used to check the correctness of rustc
WG-compiler-parallel
Working group working on parallelizing the compiler
#118698
opened Dec 7, 2023 by
SparrowLii
Previous Next
ProTip!
Adding no:label will show everything without a label.