-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
2024 reserved ## breaks some proc-macros
A-edition-2024
Area: The 2024 edition
A-proc-macros
Area: Procedural macros
C-bug
Category: This is a bug.
D-edition
Diagnostics: An error or lint that should account for edition differences.
F-unprefixed_guarded_strings
`#![feature(unprefixed_guarded_strings)]`
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.
#133887
opened Dec 5, 2024 by
ehuss
rustdoc: support #![cfg(feature)] that disables doc tests
A-cfg
Area: `cfg` conditional compilation
A-doctests
Area: Documentation tests, run by rustdoc
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.
#133886
opened Dec 5, 2024 by
kornelski
Likely unintentionally stabilized support for inhabitedness checks to permeate 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.
Pin
C-bug
#133885
opened Dec 5, 2024 by
steffahn
Misleading error when a value moved into a closure gets depleted (moved away) when that closure is called
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.
#133881
opened Dec 5, 2024 by
mcclure
compiletest output newlines are weird
A-compiletest
Area: The compiletest test runner
C-bug
Category: This is a bug.
D-papercut
Diagnostics: An error or lint that needs small tweaks.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#133879
opened Dec 4, 2024 by
matthiaskrgr
-Zthreads causes rustfix/jobserver to deadlock
C-bug
Category: This is a bug.
I-hang
Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
WG-compiler-parallel
Working group: Parallelizing the compiler
#133873
opened Dec 4, 2024 by
kornelski
ICE file dumps could be richer
A-metrics
Area: Metrics
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
D-diagnostic-infra
Diagnostics: Issues that affect all diagnostics, or relate to the diagnostic machinery itself.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#133869
opened Dec 4, 2024 by
matthiaskrgr
ICE: Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-has-mcve
Status: 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.
deeply_normalize should not be called with pending obligations
C-bug
#133868
opened Dec 4, 2024 by
matthiaskrgr
Tracking Issue for rustc_contracts
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
#133866
opened Dec 4, 2024 by
pnkfelix
4 tasks
HashStable error, fixed in rustc 1.84.0-beta.3
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
S-needs-info
Status: The issue lacks details necessary to triage or act on it.
S-needs-repro
Status: This issue has no reproduction and needs a reproduction to make progress.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#133864
opened Dec 4, 2024 by
vincentkerdraon
Error building libstd: with_hasher cannot be (indirectly) exposed to stable
C-discussion
Category: Discussion or questions that doesn't represent real issues.
#133857
opened Dec 4, 2024 by
xobs
./x.py test doesn't respect --json-output for rustc error messages
A-test-infra
Area: test infrastructure (may span bootstrap/compiletest/more)
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#133855
opened Dec 4, 2024 by
bjorn3
"patterns are not allowed to reset the default binding mode" suggestion means nothing to me
A-diagnostics
Area: Messages for errors, warnings, and lints
A-edition-2024
Area: The 2024 edition
A-patterns
Relating to patterns and pattern matching
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
D-confusing
Diagnostics: Confusing error or lint that should be reworked.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#133854
opened Dec 4, 2024 by
shepmaster
Incorrect rustdoc rendering of const generic default
A-const-generics
Area: const generics (parameters and arguments)
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#133848
opened Dec 4, 2024 by
bjorn3
macro!();
statements sometimes don't seem to include ;
in stmt.span
(HIR)
A-diagnostics
#133845
opened Dec 4, 2024 by
jieyouxu
dependency_on_unit_never_type_fallback bad suggestion with APIT generics
A-edition-2024
Area: The 2024 edition
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
D-edition
Diagnostics: An error or lint that should account for edition differences.
D-invalid-suggestion
Diagnostics: A structured suggestion resulting in incorrect code.
L-dependency_on_unit_never_type_fallback
Lint: dependency_on_unit_never_type_fallback
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#133842
opened Dec 4, 2024 by
ehuss
./x check std --target aarch64-apple-ios
fails when cross-checking due to missing xcrun
A-cross
#133840
opened Dec 4, 2024 by
ChrisDenton
keyword_idents misses lifetime in several places
A-edition-2024
Area: The 2024 edition
A-lint
Area: Lints (warnings about flaws in source code) such as unused_mut.
A-suggestion-diagnostics
Area: Suggestions generated by the compiler applied by `cargo fix`
C-bug
Category: This is a bug.
D-edition
Diagnostics: An error or lint that should account for edition differences.
L-keyword_idents
Lint group: keyword_idents
L-keyword_idents_2024
Lint: keyword_idents_2024
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#133839
opened Dec 4, 2024 by
ehuss
#![debugger_visualizer] arbitrary file access & storing of file in debug binary
C-discussion
Category: Discussion or questions that doesn't represent real issues.
F-debugger_visualizer
`#![feature(debugger_visualizer)]`
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#133837
opened Dec 4, 2024 by
bf
thread 'rustc' panicked at rust-nightly/compiler/rustc_errors/src/diagnostic.rs:1006:9:
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
E-needs-bisection
Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-debug-assertions
This issue requires a build of rustc or tooling with debug-assertions in some way
S-has-mcve
Status: 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.
#133834
opened Dec 4, 2024 by
wxie7
thread 'rustc' panicked at rust-nightly/compiler/rustc_errors/src/diagnostic.rs:1006:9
A-diagnostics
Area: Messages for errors, warnings, and lints
C-bug
Category: This is a bug.
E-needs-bisection
Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
requires-debug-assertions
This issue requires a build of rustc or tooling with debug-assertions in some way
S-has-mcve
Status: 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.
#133833
opened Dec 4, 2024 by
wxie7
Compiling Unstable Cargo option: Compile the standard library yourself.
A-cross
Area: Cross compilation
A-panic
Area: Panicking machinery
C-bug
Category: This is a bug.
O-windows-gnu
Toolchain: GNU, Operating system: Windows
O-x86_32
Target: x86 processors, 32 bit (like i686-*)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
no_std
for i686-pc-windows-gnu
ignores panic=abort
-Zbuild-std
#133826
opened Dec 3, 2024 by
Irate-Walrus
enums with disjoint ranges should emit more precise Area: Code generation
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-optimization
Category: An issue highlighting optimization opportunities or PRs implementing such
I-slow
Issue: Problems and improvements with respect to performance of generated code.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
llvm.range
metadata
A-codegen
#133822
opened Dec 3, 2024 by
Kmeakin
compiletest: improve diagnostics for test suite default outcome expectation
A-compiletest
Area: The compiletest test runner
A-diagnostics
Area: Messages for errors, warnings, and lints
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#133816
opened Dec 3, 2024 by
jieyouxu
Tracking issue for release notes of #133811: [AIX] change AIX default codemodel=large
O-aix
OS: Big Blue's Advanced Interactive eXecutive..
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.
Previous Next
ProTip!
Adding no:label will show everything without a label.