-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Link-time error when referencing symbols through generic types in Area: Monomorphization
A-naked
Area: `#[naked]`, prologue and epilogue-free, functions, https://git.io/vAzzS
C-bug
Category: This is a bug.
naked_asm!
block
A-monomorphization
#140373
opened Apr 27, 2025 by
lschuermann
Tracking issue for release notes of #133962: Tracking Issue for This issue may need triage. Remove it if it has been sufficiently triaged.
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-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
hint::select_unpredictable
needs-triage
#140371
opened Apr 27, 2025 by
rustbot
Tracking Issue for {Mutex, RwLock}::data_ptr
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
S-tracking-unimplemented
Status: The feature has not been implemented.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#140368
opened Apr 27, 2025 by
jplatte
3 tasks
ICE: Unstable option: MIR validation
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.
Got a scalar pair where a scalar was expected
when using the Self
on fn
, a wrong place.
-Zvalidate-mir
#140365
opened Apr 27, 2025 by
TsiyukiRitsuki
Tracking Issue for Area: Inline assembly (`asm!(…)`)
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-asm
`#![feature(asm)]` (not `llvm_asm`)
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
asm_cfg
: #[cfg(...)]
within asm!
A-inline-assembly
#140364
opened Apr 27, 2025 by
folkertdev
7 tasks
Combination of try blocks, never type, and rustfmt is broken
C-bug
Category: This is a bug.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#140361
opened Apr 27, 2025 by
kryptan
core_arch::x86::avx512f
intrinsics with rounding do not compile
C-bug
#140352
opened Apr 26, 2025 by
TechPizzaDev
Tracking issue for release notes of #131656: lexer: Treat more floats with empty exponent as valid tokens
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
#140342
opened Apr 26, 2025 by
rustbot
LazyLock not working as expected with deref
A-const-eval
Area: Constant evaluation, covers all const contexts (static, const fn, ...)
C-discussion
Category: Discussion or questions that doesn't represent real issues.
#140340
opened Apr 26, 2025 by
Norlock
Tracking issue for release notes of #139624: Don't allow flattened format_args in const.
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
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-lang
Relevant to the language team, which will review and decide on the PR/issue.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#140338
opened Apr 26, 2025 by
rustbot
transmutability: unexpected behaviour when both init and uninit transitions are present
C-bug
Category: This is a bug.
F-transmutability
`#![feature(transmutability)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140337
opened Apr 26, 2025 by
tmiasko
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.
None
in pretty printing self.print_ident(field.ident.unwrap());
C-bug
#140333
opened Apr 26, 2025 by
matthiaskrgr
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.
invalid immediate for given destination place
C-bug
#140332
opened Apr 26, 2025 by
wychlw
-Zcodegen-backend no longer works on Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
x.py install
ed rustc
C-bug
#140331
opened Apr 26, 2025 by
matthiaskrgr
bootstrap: Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
use-linker
breaks build
C-bug
#140327
opened Apr 26, 2025 by
matthiaskrgr
trivial_bounds
lint lints on non-global associated type constraints
needs-triage
#140311
opened Apr 25, 2025 by
lcnr
Rustdoc should emit a warning if a Area: Documentation tests, run by rustdoc
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-feature-request
Category: A feature request, i.e: not implemented / a PR.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
main
function is surrounded by non-items in a doctest
A-doctests
#140310
opened Apr 25, 2025 by
GuillaumeGomez
Trivial bounds check doesn't consider non-global predicates *after* normalization
C-bug
Category: This is a bug.
T-types
Relevant to the types team, which will review and decide on the PR/issue.
#140309
opened Apr 25, 2025 by
compiler-errors
Cygwin doesn't report correct backtrace on panic
A-backtrace
Area: Backtraces
C-bug
Category: This is a bug.
O-cygwin
Target: *-pc-cygwin
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#140304
opened Apr 25, 2025 by
Berrysoft
ICE: Unstable option: MIR validation
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-has-bisection
Status: a bisection has been found for this issue
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Failed to normalize Alias(Opaque, AliasTy ..
-Zvalidate-mir
#140303
opened Apr 25, 2025 by
matthiaskrgr
Tracking issue for release notes of #139865: Stabilize proc_macro::Span::{start,end,line,column}.
A-proc-macros
Area: Procedural macros
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
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-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
Building Rust with rpath disabled causes ~3k test failures in Cargo
C-bug
Category: This is a bug.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#140299
opened Apr 25, 2025 by
jchecahi
Tracking issue for release notes of #139224: fix(test): Expose '--no-capture' in favor of Area: The compiletest test runner
A-libtest
Area: `#[test]` / the `test` library
A-testsuite
Area: The testsuite used to check the correctness of rustc
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
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-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
--nocapture
A-compiletest
Consistently print attribute paths
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
#140294
opened Apr 25, 2025 by
jdonszelmann
Exception handling instructions emitted on wasm even when exception-handling feature is disabled
A-target-feature
Area: Enabling/disabling target features like AVX, Neon, etc.
C-bug
Category: This is a bug.
F-c_unwind
`#![feature(c_unwind)]`
O-wasm
Target: WASM (WebAssembly), http://webassembly.org/
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#140293
opened Apr 25, 2025 by
bjorn3
Previous Next
ProTip!
Find all open issues with in progress development work with linked:pr.