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
Trait bounds for generic types do not imply themselves when they restrict associated types
#109325
opened Mar 18, 2023 by
Yttiricon
fs::read_dir
is not fused for network locations on Windows
C-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
#109316
opened Mar 18, 2023 by
jyn514
codegen-backends = ["rustc_codegen_cranelift"]
should give a better error message
A-contributor-roadblock
#109315
opened Mar 18, 2023 by
jyn514
x test rustc_interface --stage 0
is broken again
A-LLVM
#109314
opened Mar 18, 2023 by
jyn514
x clean --stage 1
silently does the wrong thing
C-bug
#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.
-C split-debuginfo=packed
generates duplicate .dwp files for shared objects
A-debuginfo
#109309
opened Mar 18, 2023 by
jyn514
bootstrap: consider lowering / skipping compression when Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
x.py install
ing artifacts
T-bootstrap
#109308
opened Mar 18, 2023 by
matthiaskrgr
ICE: 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.
item_name: no name for DefPath
, stmt_expr_attributes
C-bug
#109305
opened Mar 18, 2023 by
matthiaskrgr
ICE: 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.
reached the recursion limit finding the struct tail for
C-bug
#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: 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.
generic_const_exprs
: unexpected non-type Node::GenericParam
,
C-bug
#109300
opened Mar 18, 2023 by
matthiaskrgr
ICE: 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.
cannot relate bound region: ReError <= ReLateBound(DebruijnIndex(0), BoundRegion { .. }
C-bug
#109299
opened Mar 18, 2023 by
matthiaskrgr
ICE 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.
Subslice unexpected because it isn't captured
--edition=2021
A-edition-2021
#109298
opened Mar 18, 2023 by
matthiaskrgr
ICE: 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.
failed to resolve instance
-Zprint-mono-items=eager
C-bug
#109297
opened Mar 18, 2023 by
matthiaskrgr
ICE: 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.
const variables should not be hashed
/ cannot relate consts of different types
C-bug
#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: 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.
escaping bound vars in predicate Obligation
in inherited.rs
C-bug
#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
Previous Next
ProTip!
Add no:assignee to see everything that’s not assigned.