-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Unexpected static lifetime requirement for nested boxed closures with generic parameters
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#134835
opened Dec 27, 2024 by
marmeladema
error: cannot satisfy dependencies so ... only shows up once
when linking rustc_driver
since #122362
C-bug
#134825
opened Dec 27, 2024 by
tamird
Tracking Issue for Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
int_from_ascii
C-tracking-issue
#134821
opened Dec 27, 2024 by
niklasf
2 of 5 tasks
c++ code frequency dlclose/dlopen *.so compiled by rust cause crash
A-dynamic-library
Area: Dynamic/Shared Libraries
A-linkage
Area: linking into static, shared libraries and binaries
C-discussion
Category: Discussion or questions that doesn't represent real issues.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#134820
opened Dec 27, 2024 by
Rust401
APIs don't just depend on function signatures
A-crate-compat
Area: Impacting SemVer compatibility of crates in the ecosystem
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#134818
opened Dec 27, 2024 by
swooster
typing for async function pointer to generic function
C-bug
Category: This is a bug.
F-async_closure
`#![feature(async_closure)]`
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.
#134817
opened Dec 27, 2024 by
heiseish
Tracking Issue for Category: An issue tracking the progress of sth. like the implementation of an RFC
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
keylocker_x86
C-tracking-issue
#134813
opened Dec 27, 2024 by
sayantn
4 tasks
Cannot cross-compile rust while providing pre-built LLVM
A-cross
Area: Cross compilation
C-bug
Category: This is a bug.
O-NixOS
Operating system: NixOS, https://nixos.org/
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#134811
opened Dec 27, 2024 by
rhelmot
Warn on Fullwidth Exclamation Mark (U+FF01) in comment
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-Unicode
Area: Unicode
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.
#134810
opened Dec 27, 2024 by
dtolnay
strange borrowing suggestion
A-borrow-checker
Area: The borrow checker
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.
#134805
opened Dec 26, 2024 by
est31
Tracking issue for release notes of #133073: Area: `#[test]` / the `test` library
relnotes
Marks issues that should be documented in the release notes of the next release.
relnotes-tracking-issue
Marks issues tracking what text to put in release notes.
T-testing-devex
Relevant to the testing devex team (testing DX), which will review and decide on the PR/issue.
--nocapture
doesn't follow common CLI conventions, making it a stumbling block to people debugging failures
A-libtest
#134801
opened Dec 26, 2024 by
rustbot
3 tasks
Target feature implications for negative features are handled inconsistently between codegen and Area: Enabling/disabling target features like AVX, Neon, etc.
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
cfg(target_feature)
A-target-feature
#134792
opened Dec 26, 2024 by
RalfJung
ICE: AFIT with shadowed lifetime parameter: Cannot convert to region vid
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.
#134780
opened Dec 26, 2024 by
IreneKnapp
Terse parse error on Area: Messages for errors, warnings, and lints
A-parser
Area: The parsing of Rust source code to an AST
A-patterns
Relating to patterns and pattern matching
D-terse
Diagnostics: An error or lint that doesn't give enough information about the problem at hand.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
ident @ pat
in destructuring assignment
A-diagnostics
#134778
opened Dec 26, 2024 by
workingjubilee
rustdoc: ICE: Cannot turn Area: auto traits (e.g., `auto trait Send {}`)
A-synthetic-impls
Area: Synthetic impls, used by rustdoc to document auto traits and traits with blanket impls
C-bug
Category: This is a bug.
F-associated_const_equality
`#![feature(associated_const_equality)]`
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-nightly
This issue requires a nightly compiler in some way.
S-has-mcve
Status: A Minimal Complete and Verifiable Example has been found for this issue
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
UnevaluatedConst
into AliasTy
when synthesizing auto trait impls
A-auto-traits
#134775
opened Dec 26, 2024 by
sigurd4
1 of 4 tasks
Tracking issue for release notes of #131729: Make the --check-cfg
relnotes
Marks issues that should be documented in the release notes of the next release.
relnotes-tracking-issue
Marks issues tracking what text to put in release notes.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
test
cfg a userspace check-cfg
F-check-cfg
#134773
opened Dec 25, 2024 by
rustbot
1 of 3 tasks
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) ❄️
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
has escaping bound vars, so it cannot be wrapped in a dummy binder.
A-diagnostics
#134764
opened Dec 25, 2024 by
matthiaskrgr
statics are null on x86_64-unknown-linux-none
C-bug
Category: This is a bug.
O-linux-none
Operating system: Linux, with the libcless linux-none target
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134763
opened Dec 25, 2024 by
m-mueller678
Compile Error on AVR atmega328p with global_asm! in lib.rs
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
#134758
opened Dec 25, 2024 by
xjnxjnxjn
forbid-output
is inconsisently named versus error-pattern
and normalize-stderr-test
and friends
A-compiletest
#134753
opened Dec 25, 2024 by
jieyouxu
Tracking issue for release notes of #134751: Enable LSX feature for LoongArch OpenHarmony target
O-loongarch
Target: LoongArch (LA32R, LA32S, LA64)
relnotes
Marks issues that should be documented in the release notes of the next release.
relnotes-tracking-issue
Marks issues tracking what text to put in release notes.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Tracking issue for stabilizing the Area: Source-based code coverage (-Cinstrument-coverage)
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
#[coverage(..)]
attribute
A-code-coverage
#134749
opened Dec 25, 2024 by
Zalathar
6 tasks
Missing unreachable code/arm warning, when a match guard is diverging
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
L-unreachable_code
Lint: unreachable_code
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#134734
opened Dec 24, 2024 by
WaffleLapkin
unreachable_patterns
emitted on _
that matches a local of uninhabited type (that is uninitialized)
A-lints
#134733
opened Dec 24, 2024 by
WaffleLapkin
[AVR] Large const lookup table is placed in data section
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
#134731
opened Dec 24, 2024 by
imihajlow
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.