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
If two crates have the same name, distinguish them in rustc's output?
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.
#110926
opened Apr 28, 2023 by
njsmith
RPIT type parameters not checked for well-formedness
A-impl-trait
Area: impl Trait. Universally / existentially quantified anonymous types with static dispatch.
C-bug
Category: This is a bug.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#110925
opened Apr 28, 2023 by
Jules-Bertholet
unreachable_pub lint suggests a breaking fix for associated type on trait
A-lint
#110923
opened Apr 28, 2023 by
mpalmer
unreachable_pub lint thinks a pub fn in a pub(crate) struct is public
A-visibility
#110922
opened Apr 28, 2023 by
mpalmer
Unexpected recursive decl-macro expansion
A-macros
Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..)
C-bug
Category: This is a bug.
#110915
opened Apr 27, 2023 by
moulins
+whole-archive link modifier causes build failure on staticlib crate with Rust 1.69
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
I-prioritize
Indicates that prioritization has been requested for this issue
regression-untriaged
Untriaged performance or correctness regression.
#110912
opened Apr 27, 2023 by
Be-ing
invalid_macro_export_arguments rustc lint currently can't be "allowed"
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#110911
opened Apr 27, 2023 by
peter-kehl
Test Area: The testsuite used to check the correctness of rustc
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
x.py install in CI
A-testsuite
#110910
opened Apr 27, 2023 by
Nilstrieb
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.
left: MutatingUse(Call), right: NonUse(VarDebugInfo)
C-bug
#110902
opened Apr 27, 2023 by
cbeuw
rustdoc: ice: Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
has escaping bound vars, so it cannot be wrapped in a dummy binder
C-bug
#110900
opened Apr 27, 2023 by
matthiaskrgr
ICE: ast lowering: 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.
no entry for node id: NodeId(53)
C-bug
#110899
opened Apr 27, 2023 by
matthiaskrgr
Tracking issue for cleaning up std's thread_local implementation details
A-thread-locals
Area: Thread local storage (TLS)
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#110897
opened Apr 27, 2023 by
m-ou-se
1 of 17 tasks
ICE: Area: const generics (parameters and arguments)
C-bug
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) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
expected ConstKind::Value, got Unevaluated(UnevaluatedConst...
A-const-generics
#110892
opened Apr 27, 2023 by
matthiaskrgr
erroneous constant used note makes error really large
A-diagnostics
#110891
opened Apr 27, 2023 by
BoxyUwU
"LoadLibraryExW failed" when loading proc macros with too many -L search paths
C-bug
Category: This is a bug.
#110889
opened Apr 27, 2023 by
goffrie
ICE: Area: const generics (parameters and arguments)
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.
Trying to feed an already recorded value for query type_of key
A-const-generics
#110887
opened Apr 27, 2023 by
matthiaskrgr
ICE: Area: inline asm!(..)
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.
assertion failed: bpos.to_u32() >= mbc.pos.to_u32() + mbc.bytes as u32
A-inline-assembly
#110885
opened Apr 27, 2023 by
WendyWjt
RISC-V LLVM feature +unaligned-scalar-mem not recognized by rustc
#110883
opened Apr 27, 2023 by
korran
Large amount of generated code for match statements with large arrays
A-array
Area: [T; N]
A-patterns
Relating to patterns and pattern matching
I-heavy
Problems and improvements with respect to binary size of generated code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#110870
opened Apr 26, 2023 by
alex
Unhelpful error message when enum does not implement Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
PartialEq
A-diagnostics
#110867
opened Apr 26, 2023 by
andresovela
Document the default for Area: documentation for any part of the project, including the compiler, standard library, and tools
E-easy
Call for participation: Experience needed to fix: Easy / not much (good first issue)
S-blocked
Status: marked as blocked ❌ on something else such as an RFC or other implementation work.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
ExitStatus
A-docs
#110863
opened Apr 26, 2023 by
jyn514
macro_rules definition order can give confusing error in submodule
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.
#110860
opened Apr 26, 2023 by
Shadlock0133
ICE: Category: This is a bug.
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.
Drop impl without drop function
C-bug
#110858
opened Apr 26, 2023 by
matthiaskrgr
Potential bug in atomic codegen for riscv32imac-unknown-none-elf targets
A-atomic
Area: atomics, barriers, and sync primitives
A-codegen
Area: Code generation
A-intrinsics
Area: intrinsics
C-bug
Category: This is a bug.
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
O-riscv
Target: RISC-V architecture
P-medium
Medium priority
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#110857
opened Apr 26, 2023 by
romancardenas
erroneous Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
P-medium
Medium priority
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
note: erroneous constant used emitted for non-compiling format_args! usage
A-diagnostics
#110856
opened Apr 26, 2023 by
Nemo157
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.