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
Weird import 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.
#105373
opened Dec 6, 2022 by
GuillaumeGomez
#102750 regresses layout size of Cow<>
C-bug
Category: This is a bug.
I-prioritize
Indicates that prioritization has been requested for this issue
regression-from-stable-to-nightly
Performance or correctness regression from stable to nightly.
#105371
opened Dec 6, 2022 by
emilio
Hard to understand error when trying to create an use a mutable string literal
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.
#105367
opened Dec 6, 2022 by
robinmoussu
improve suggestion when writing "fn Trait for Ty" instead of "impl Trait for Ty"
A-diagnostics
Area: Messages for errors, warnings, and lints
D-newcomer-roadblock
Confusing diagnostic error hard to understand for new users
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#105366
opened Dec 6, 2022 by
matthiaskrgr
Compiler Error when creating a variable with a function from a module of the same name that doesn't exist
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.
#105364
opened Dec 6, 2022 by
darkfireZZ
Internal Compiler Error when compiling cargo-shuttle v0.7.2
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.
#105355
opened Dec 6, 2022 by
jestes15
Infinite recursion crash with 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.
use _
C-bug
#105353
opened Dec 6, 2022 by
jruderman
Weird cyclic type error
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.
#105351
opened Dec 6, 2022 by
estebank
Miscompilation(s) due to MIR inlining
A-mir-opt
Area: MIR optimizations
C-bug
Category: This is a bug.
I-prioritize
Indicates that prioritization has been requested for this issue
I-unsound
Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness
#105344
opened Dec 6, 2022 by
saethlin
The lint Area: Lints (warnings about flaws in source code) such as unused_mut.
C-bug
Category: This is a bug.
F-inherent_associated_types
`#![feature(inherent_associated_types)]`
requires-nightly
This issue requires a nightly compiler in some way.
non_camel_case_types ignores inherent associated types
A-lint
#105341
opened Dec 6, 2022 by
fmease
Confusing compilation error when forgetting to deref_mut in a chain of iterators
A-diagnostics
Area: Messages for errors, warnings, and lints
D-confusing
Confusing diagnostic error that should be reworked
D-newcomer-roadblock
Confusing diagnostic error hard to understand for new users
D-terse
A diagnostic that doesn't give enough information about the problem at hand
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#105337
opened Dec 5, 2022 by
robinmoussu
Tracking Issue for Style Evolution (RFC 3338)
A-rustfmt
Area: Rustfmt
C-tracking-issue
Category: A tracking issue for an RFC or an unstable feature.
S-tracking-unimplemented
T-style
Relevant to the style team, which will review and decide on the PR/issue.
#105336
opened Dec 5, 2022 by
joshtriplett
5 tasks
ICE: rustdoc on garbage code
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#105334
opened Dec 5, 2022 by
matthiaskrgr
ICE when passing incorrect parameter to 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.
Path::from
C-bug
#105333
opened Dec 5, 2022 by
fprasx
ICE: None in compiler/rustc_trait_selection/src/traits/error_reporting/mod.rs:
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.
#105330
opened Dec 5, 2022 by
matthiaskrgr
Confusing error message for unable to infer types
A-diagnostics
Area: Messages for errors, warnings, and lints
D-newcomer-roadblock
Confusing diagnostic error hard to understand for new users
D-terse
A diagnostic that doesn't give enough information about the problem at hand
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#105329
opened Dec 5, 2022 by
grhkm21
Use simpler abbreviations when reporting error types
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.
#105322
opened Dec 5, 2022 by
jntrnr
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.
unwrap on None in find_cycle_in_stack
C-bug
#105321
opened Dec 5, 2022 by
jruderman
Function inlined despite inline(never)
C-bug
Category: This is a bug.
#105319
opened Dec 5, 2022 by
CryZe
Compiler panic: evaluating trait selection obligation
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.
#105312
opened Dec 5, 2022 by
Windfisch
E0392 incorrectly claims generic parameter used in associated type bound is unused
A-diagnostics
Area: Messages for errors, warnings, and lints
A-traits
Area: Trait system
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.
#105311
opened Dec 5, 2022 by
PatchMixolydic
Group navigation items in the docs by source crate/module
A-rustdoc-ui
Area: rustdoc UI (generated HTML)
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#105307
opened Dec 5, 2022 by
cmpute
Diagnostic points at whole path instead of GAT argument if the latter does not satisfy a trait bound
A-diagnostics
Area: Messages for errors, warnings, and lints
D-incorrect
A diagnostic that is giving misleading or incorrect information
D-papercut
Diagnostic error that needs small tweaks
F-generic_associated_types
`#![feature(generic_associated_types)]` a.k.a. GATs
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#105306
opened Dec 5, 2022 by
fmease
type parameter 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.
T/#1 (T/1) out of range when substituting, substs=[()]
C-bug
#105305
opened Dec 5, 2022 by
Rageking8
ICE: "failed to get output type of async function"
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.
#105304
opened Dec 5, 2022 by
matthiaskrgr
Previous Next
ProTip!
Exclude everything labeled
bug with -label:bug.