Skip to content

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
Filter by author
Label
Filter by label
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Milestones
Filter by milestone
Assignee
Filter by who’s assigned
Sort

Issues list

rustc unexpectedly overflowed its stack! (Nested Datatypes) 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.
#115994 opened Sep 20, 2023 by cutthroat
struct initialization incorrectly suggests using assoc function A-diagnostics Area: Messages for errors, warnings, and lints 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.
#115992 opened Sep 20, 2023 by lcnr
RUST_TEST_TIME_INTEGRATION and RUST_TEST_TIME_UNIT ignored C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#115989 opened Sep 20, 2023 by peter-kehl
STATUS_HEAP_CORRUPTION in rust-lld with a custom target on x86_64-pc-windows-gnu A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. O-windows-gnu Toolchain: GNU, Operating system: Windows
#115985 opened Sep 19, 2023 by ehuss
On MacOS std::fs::copy does not modify the timestamp of the destination C-bug Category: This is a bug. O-macos Operating system: macOS T-libs Relevant to the library team, which will review and decide on the PR/issue.
#115982 opened Sep 19, 2023 by dpc
Decision: semantics of the #[expect] attribute disposition-merge This issue / PR is in PFCP or FCP with a disposition to merge it. F-lint_reasons `#![feature(lint_reasons)]` proposed-final-comment-period Proposed to merge/close by relevant subteam, see T-<team> label. Will enter FCP once signed off. T-lang Relevant to the language team, which will review and decide on the PR/issue.
#115980 opened Sep 19, 2023 by nikomatsakis
1.72.1 is not released on GitHub T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#115976 opened Sep 19, 2023 by sksat
Rust called golang func by ffi failed on windows C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#115973 opened Sep 19, 2023 by oligami-0424
Infinite loop in LLVM 17 (DominatorTreeBase) A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. I-hang Issue: The compiler never terminates, due to infinite loops, deadlock, livelock, etc. P-high High 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.
#115970 opened Sep 19, 2023 by kornelski
False positive #[warn(unused_imports)] warning while glob importing macros defined in nested modules A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. D-incorrect A diagnostic that is giving misleading or incorrect information T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#115966 opened Sep 19, 2023 by datasone
Build std with panic = "abort" errors with a bunch of duplicated lang items -Zbuild-std A-crates Area: Crates and their interactions (like crate loading) 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.
#115963 opened Sep 19, 2023 by xTachyon
--format=json might need to generate more info A-libtest Area: #[test] related C-feature-request Category: A feature request, i.e: not implemented / a PR. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#115971 opened Sep 19, 2023 by ShuiRuTian
repr_transparent_external_private_fields lint is not totally clear about what exactly triggers the lint 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.
#115956 opened Sep 19, 2023 by compiler-errors
CFI breaks on trait Address Taken functions A-sanitizers Area: Sanitizers for correctness and code quality. C-bug Category: This is a bug. PG-exploit-mitigations Project group: exploit mitigations 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.
#115953 opened Sep 19, 2023 by maurer
Compiler OOM in release mode with large array literals C-bug Category: This is a bug. I-compilemem Problems and improvements with respect to memory usage during compilation. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#115945 opened Sep 18, 2023 by eliPerez12
Tracking Issue for cmp::minmax{_by,_by_key} 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.
#115939 opened Sep 18, 2023 by WaffleLapkin
3 tasks
Type identification with (match sth.get_mut()) of collections with structs A-inference Area: Type inference C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#115935 opened Sep 18, 2023 by GeForceLegend
Rustc panic at 'forcing query with already existing DepNode' 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.
#115926 opened Sep 18, 2023 by jaques-sam
Error in obtaining time on ‘arm-unknown-linux-musleabihf’ platform A-time Area: Time C-bug Category: This is a bug. O-musl Target: The musl libc T-libs Relevant to the library team, which will review and decide on the PR/issue.
#115921 opened Sep 18, 2023 by lbl8603
Performance regression in Rust 1.71 A-mir-opt Area: MIR optimizations A-mir-opt-inlining Area: MIR inlining I-slow 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. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#115917 opened Sep 17, 2023 by dantheman3333
Unhelpful message when not using value from a loop break 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.
#115905 opened Sep 17, 2023 by not-holar
Confusing lifetime diagnostics for trait impl A-diagnostics Area: Messages for errors, warnings, and lints D-confusing Confusing diagnostic error that should be reworked T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#115903 opened Sep 16, 2023 by eduardosm
Skip unused_imports check when syntax error is detected 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.
#115892 opened Sep 16, 2023 by ds-cbo
ProTip! Type g i on any issue or pull request to go back to the issue listing page.