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

fs::read_dir is not fused for network locations on Windows C-bug Category: This is a bug.
#109322 opened Mar 18, 2023 by satakuma
cargo doc does not show impls inside of a const item C-bug Category: This is a bug.
#109320 opened Mar 18, 2023 by nicholasbishop
./configure doesn't support lists C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#109316 opened Mar 18, 2023 by jyn514
codegen-backends = ["rustc_codegen_cranelift"] should give a better error message A-contributor-roadblock Area: Makes things more difficult for new contributors to rust itself A-cranelift Things relevant to the [future] cranelift backend A-diagnostics Area: Messages for errors, warnings, and lints T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#109315 opened Mar 18, 2023 by jyn514
x test rustc_interface --stage 0 is broken again A-LLVM Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues. C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#109314 opened Mar 18, 2023 by jyn514
x clean --stage 1 silently does the wrong thing C-bug Category: This is a bug. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#109313 opened Mar 18, 2023 by jyn514
Crater runs for 1.69.0 S-waiting-on-crater Status: Waiting on a crater run to be completed. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
#109310 opened Mar 18, 2023 by Mark-Simulacrum 1.69.0
-C split-debuginfo=packed generates duplicate .dwp files for shared objects A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#109309 opened Mar 18, 2023 by jyn514
bootstrap: consider lowering / skipping compression when x.py installing artifacts T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#109308 opened Mar 18, 2023 by matthiaskrgr
ICE: item_name: no name for DefPath, stmt_expr_attributes 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.
#109305 opened Mar 18, 2023 by matthiaskrgr
ICE: reached the recursion limit finding the struct tail for 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.
#109304 opened Mar 18, 2023 by matthiaskrgr
Tracking issue for syn 2.0 inside rust-lang/rust C-cleanup Category: PRs that clean code up or issues documenting cleanup. C-tracking-issue Category: A tracking issue for an RFC or an unstable feature. E-help-wanted Call for participation: Help is requested to fix this issue.
#109302 opened Mar 18, 2023 by Nilstrieb
14 tasks
ICE: generic_const_exprs: unexpected non-type Node::GenericParam, C-bug Category: This is a bug. F-generic_const_exprs `#![feature(generic_const_exprs)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-incomplete-features 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.
#109300 opened Mar 18, 2023 by matthiaskrgr
ICE: cannot relate bound region: ReError <= ReLateBound(DebruijnIndex(0), BoundRegion { .. } 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.
#109299 opened Mar 18, 2023 by matthiaskrgr
ICE Subslice unexpected because it isn't captured --edition=2021 A-edition-2021 Area: The 2021 edition 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.
#109298 opened Mar 18, 2023 by matthiaskrgr
ICE: failed to resolve instance -Zprint-mono-items=eager 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.
#109297 opened Mar 18, 2023 by matthiaskrgr
ICE: const variables should not be hashed / cannot relate consts of different types 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.
#109296 opened Mar 18, 2023 by matthiaskrgr
Missed optimization opportunity on checking integer bounds 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.
#109293 opened Mar 18, 2023 by EFanZh
Poor suggestion of alternative function when a name is correct 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.
#109291 opened Mar 18, 2023 by Wilfred
MIR inlining breaks --remap-path-prefix A-debuginfo Area: Debugging information in compiled programs (DWARF, PDB, etc.) A-mir-opt Area: MIR optimizations A-mir-opt-inlining Area: MIR inlining C-bug Category: This is a bug.
#109289 opened Mar 18, 2023 by saethlin
bootstrap: Error: Unable to find the stamp file T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#109286 opened Mar 17, 2023 by aDotInTheVoid
Fix ICE for intra-doc link on intermediate re-export C-bug Category: This is a bug. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
#109282 opened Mar 17, 2023 by GuillaumeGomez
ICE: escaping bound vars in predicate Obligation in inherited.rs C-bug Category: This is a bug. F-type_alias_impl_trait `#[feature(type_alias_impl_trait)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-bug-has-mcve An mcve has been found for this bug T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#109281 opened Mar 17, 2023 by langston-barrett
Compilation stop when referring to GAT of Self in where clause of trait implementation C-bug Category: This is a bug. F-generic_associated_types `#![feature(generic_associated_types)]` a.k.a. GATs 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.
#109279 opened Mar 17, 2023 by BotAngus
ProTip! Add no:assignee to see everything that’s not assigned.