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

Issues list

std::env::var should mention env! or option_env! A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#138159 opened Mar 7, 2025 by cyrgani
Generic const exprs: Failed to normalize Alias 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.
#138156 opened Mar 7, 2025 by jakob0
ICE: incoherent impl of negative auto trait 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.
#138149 opened Mar 7, 2025 by matthiaskrgr
//@ needs-llvm-components accepts invalid LLVM components A-compiletest Area: The compiletest test runner 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)
#138145 opened Mar 7, 2025 by tgross35
MIR inliner, despite running, doesn't always inline trivial things like i32::le A-mir-opt Area: MIR optimizations A-mir-opt-inlining Area: MIR inlining needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#138136 opened Mar 7, 2025 by scottmcm
Rustdoc UI test suite should more helpfully explain its run-time dependencies in errors, especially npm A-testsuite Area: The testsuite used to check the correctness of rustc C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#138134 opened Mar 7, 2025 by kpreid
ICE: invalid Res Def .. for const path C-bug Category: This is a bug. F-min_generic_const_args `#![feature(min_generic_const_args)]` 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.
#138132 opened Mar 6, 2025 by matthiaskrgr
ICE: unelided lifetime in signature C-bug Category: This is a bug. F-inherent_associated_types `#![feature(inherent_associated_types)]` F-min_generic_const_args `#![feature(min_generic_const_args)]` 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.
#138131 opened Mar 6, 2025 by matthiaskrgr
ICE: expression is not a valid constant Adt(AdtExpr ..) 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.
#138130 opened Mar 6, 2025 by matthiaskrgr
Some configurations build the compiler too many times C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#138123 opened Mar 6, 2025 by ehuss
"the trait bound is not satisfied" when using traits from associated type C-bug Category: This is a bug. needs-triage This issue may need triage. Remove it if it has been sufficiently triaged.
#138119 opened Mar 6, 2025 by eduardosm
missed optimimization: needless clone of stdlib non-copy type is not eliminated C-optimization Category: An issue highlighting optimization opportunities or PRs implementing such 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.
#138118 opened Mar 6, 2025 by lolbinarycat
Tracking Issue for setting up codegen backend ping groups A-meta Area: Issues & PRs about the rust-lang/rust repository itself C-tracking-issue Category: An issue tracking the progress of sth. like the implementation of an RFC
#138116 opened Mar 6, 2025 by jieyouxu
3 tasks
rustdoc doesn't gate cfg(true/false) within doc(cfg(..)) C-bug Category: This is a bug. F-doc_cfg `#![feature(doc_cfg)]` T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#138113 opened Mar 6, 2025 by Urgau
rustdoc with doc(cfg(false)) prints an extra "on" C-bug Category: This is a bug. F-doc_cfg `#![feature(doc_cfg)]` T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#138112 opened Mar 6, 2025 by Urgau
tests/mir-opt/slice_drop_shim.rs spuriously fails on x86_64 mingw with 0xc00000fd A-mir-opt Area: MIR optimizations A-spurious Area: Spurious failures in builds (spuriously == for no apparent reason) A-testsuite Area: The testsuite used to check the correctness of rustc C-bug Category: This is a bug. O-windows-gnu Toolchain: GNU, Operating system: Windows O-x86_64 Target: x86-64 processors (like x86_64-*) S-needs-repro Status: This issue has no reproduction and needs a reproduction to make progress. 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.
#138110 opened Mar 6, 2025 by jieyouxu
Investigate and implement a scheme to consistently apply RUSTFLAGS and lints for all compiler crates C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#138106 opened Mar 6, 2025 by jieyouxu
Test interaction between RFC 2229 migration and use closures F-ergonomic_clones `#![feature(ergonomic_clones)]`
#138101 opened Mar 6, 2025 by nikomatsakis
Tracking Issue for #138068: Add Result::map_or_default and Option::map_or_default C-tracking-issue 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.
#138099 opened Mar 6, 2025 by fpervaiz
3 tasks
Tracking issue for release notes of #131415: Tracking Issue for const_copy_from_slice 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.
#138097 opened Mar 6, 2025 by rustbot
Tracking issue for release notes of #131714: Tracking Issue for const_sockaddr_setters 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.
#138096 opened Mar 6, 2025 by rustbot
Tracking issue for release notes of #132241: Tracking Issue for const_char_classify 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.
#138095 opened Mar 6, 2025 by rustbot
ICE: expected region but found Type C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` F-inherent_associated_types `#![feature(inherent_associated_types)]` F-min_generic_const_args `#![feature(min_generic_const_args)]` 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.
#138089 opened Mar 6, 2025 by matthiaskrgr
ICE: assertion failed: !parent_args.is_empty() C-bug Category: This is a bug. F-min_generic_const_args `#![feature(min_generic_const_args)]` 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.
#138088 opened Mar 6, 2025 by matthiaskrgr
run-make: we should document cargo()'s caveats A-docs Area: Documentation for any part of the project, including the compiler, standard library, and tools A-run-make Area: port run-make Makefiles to rmake.rs A-testsuite Area: The testsuite used to check the correctness of rustc T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#138070 opened Mar 5, 2025 by jieyouxu
ProTip! What’s not been updated in a month: updated:<2025-02-07.