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
Emit only one note per struct when multiple fields would trigger the same compiler note
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.
#97643
opened Jun 2, 2022 by
bruxisma
rustdoc: search links to non-existent tuple field anchors
A-rustdoc-search
Area: Rustdoc's search feature
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#97638
opened Jun 2, 2022 by
jsha
Casting an enum with const generic causes compiler panic
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.
#97634
opened Jun 1, 2022 by
mcscholtz
rustdoc: Mechanism to show trait impls inline when relevant to very few methods
A-rustdoc-ui
Area: rustdoc UI (generated HTML)
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#97630
opened Jun 1, 2022 by
joshtriplett
E0364: Bad output for macros/no explanation of Area: Messages for errors, warnings, and lints
A-suggestion-diagnostics
Area: suggestions generated by the compiler applied by cargo fix
D-papercut
Diagnostic error that needs small tweaks
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#[macro_export]
A-diagnostics
#97628
opened Jun 1, 2022 by
halvko
ICE with adt_const_params and instrument-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.
#97625
opened Jun 1, 2022 by
mikialex
E0425: Don't recommend the use of intrinsics first
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.
#97618
opened Jun 1, 2022 by
dave-tucker
Rustdoc doesn't play well with Area: rustdoc UI (generated HTML)
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
use ... as _ syntax
A-rustdoc-ui
#97615
opened Jun 1, 2022 by
Veetaha
rustdoc: Clone's implementations on CString is considered foreign
A-cross-crate-reexports
Area: Documentation that has been re-exported from a different crate
C-bug
Category: This is a bug.
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#97610
opened Jun 1, 2022 by
jsha
regression: proc-macro to_string change for "invisible" delimiters
P-medium
Medium priority
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
regression: parameter type may not live long enough
I-prioritize
Indicates that prioritization has been requested for this issue
regression-from-stable-to-beta
Performance or correctness regression from stable to beta.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Invalid PartialEq and Hash implementation for unions
C-bug
Category: This is a bug.
#97606
opened Jun 1, 2022 by
asomers
Tracking Issue for map_many_mut
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
#97601
opened May 31, 2022 by
Urgau
1 of 3 tasks
rustc segmentation fault with circular module
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.
#97589
opened May 31, 2022 by
xhalo32
Ambiguous import not detected
A-resolve
Area: Path resolution
C-bug
Category: This is a bug.
P-medium
Medium priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#97584
opened May 31, 2022 by
sander2
ambiguous assoc types result in incorrect suggestion
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.
#97583
opened May 31, 2022 by
lcnr
Compiler suggests adding illegal Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
where bounds
A-diagnostics
#97576
opened May 31, 2022 by
Patryk27
Personality function not required in no_std code that uses Category: This is a bug.
F-c_unwind
`#![feature(c_unwind)]`
requires-nightly
This issue requires a nightly compiler in some way.
C_unwind FFI.
C-bug
#97568
opened May 30, 2022 by
nbdd0121
Check for stale files in Area: MIR optimizations
A-testsuite
Area: The testsuite used to check the correctness of rustc
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
src/test/mir-opt
A-mir-opt
#97564
opened May 30, 2022 by
JakobDegen
Vec::deref no longer inlined if LTO is enabled
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-slow
Problems and improvements with respect to performance of generated code.
P-high
High priority
regression-untriaged
Untriaged performance or correctness regression.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#97552
opened May 30, 2022 by
Nils-TUD
cargo test --doc does not respect CARGO_BUILD_JOBS env variable
C-bug
Category: This is a bug.
#97551
opened May 30, 2022 by
tmpolaczyk
Higher memory usage on Rust 1.61.0 (compared to 1.60.0) leading to SIGKILL
#97549
opened May 30, 2022 by
badboy
Tracking Issue for Category: A tracking issue for an RFC or an unstable feature.
extern "rust-cold" ABI (feature rust_cold_cc)
C-tracking-issue
#97544
opened May 30, 2022 by
scottmcm
4 tasks
ICE When Swapping Const Generic & Generic In Trait Method Impl
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.
#97541
opened May 30, 2022 by
danii
Result that uses niches resulting in a final size of 16 bytes emits poor LLVM IR due to ABI
A-codegen
#97540
opened May 30, 2022 by
asquared31415
Previous Next
ProTip!
Updated in the last three days: updated:>2022-05-30.