Issues: rust-lang/rust
Regression building proc-macro2 1.0.59 with nightly-2023-06-28
#113152
by davidv1992
was closed Jun 29, 2023
Closed
3
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
Inconsistent naming for '#'
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
#113159
opened Jun 29, 2023 by
dev-ardi
Could not compile Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
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.
serde_traitobject
C-bug
#113148
opened Jun 29, 2023 by
Jatin-Nagpal
issue while trying to run cargo doc
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.
#113141
opened Jun 28, 2023 by
mlytle4218
rlibs change when modifying comments, even after stripped
C-bug
Category: This is a bug.
#113136
opened Jun 28, 2023 by
erickt
suggest Area: Makes things more difficult for new contributors to rust itself
E-easy
Call for participation: Experience needed to fix: Easy / not much (good first issue)
--no-verify if the git hook fails
A-contributor-roadblock
#113135
opened Jun 28, 2023 by
jyn514
ICE: Category: This is a bug.
F-generic_const_exprs
`#![feature(generic_const_exprs)]`
F-non_lifetime_binders
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.
no entry found for key for const function in generic_const_exprs
C-bug
#113133
opened Jun 28, 2023 by
TaKO8Ki
io::Error's Display impl should not include "(os error N)" where N is a meaningless number
C-bug
Category: This is a bug.
#113132
opened Jun 28, 2023 by
zackw
Implementation of From on Rc incorrectly refers to Arc
A-docs
Area: documentation for any part of the project, including the compiler, standard library, and tools
#113131
opened Jun 28, 2023 by
claytonwramsey
CI podman detection is not fully reliable
T-infra
Relevant to the infrastructure team, which will review and decide on the PR/issue.
#113129
opened Jun 28, 2023 by
Nilstrieb
-C debug-assertions=off does not apply on all consteval cases
C-bug
#113122
opened Jun 28, 2023 by
yanliu18
Misleading lifetime error with for loop and async capture
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.
#113121
opened Jun 28, 2023 by
conradludgate
Compiler crash when Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
requires-nightly
This issue requires a nightly compiler in some way.
-Z virtual-call-elimination is used
A-LLVM
#113118
opened Jun 28, 2023 by
nbdd0121
finish and clean up Area: constant evaluation (mir interpretation)
A-translation
Area: Translation infrastructure, and migrating existing diagnostics to SessionDiagnostic
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
E-medium
Call for participation: Experience needed to fix: Medium / intermediate
E-mentor
Call for participation: This issue has a mentor. Use RustcContributor::new on Zulip for discussion.
rustc_const_eval's translatable diagnostics.
A-const-eval
#113117
opened Jun 28, 2023 by
fee1-dead
explain what an item is when invalid code is placed at the module-level
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.
#113110
opened Jun 27, 2023 by
dawnofmidnight
clippy-driver +stage1 doesn't work: error while loading shared libraries: librustc_driver-2731d3486cc92946.so
A-clippy
#113109
opened Jun 27, 2023 by
ComputerDruid
Linking error on Rust 1.70 aarch64-unknown-linux-musl toolchain
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
I-compiler-nominated
Indicates that an issue has been nominated for discussion during a compiler team meeting.
O-AArch64
Armv8-A or later processors in AArch64 mode
O-musl
Target: The musl libc
P-high
High priority
regression-from-stable-to-stable
Performance or correctness regression from one stable version to another.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#113104
opened Jun 27, 2023 by
geauxvirtual
source links in std are not relative
C-bug
Category: This is a bug.
T-rustdoc
Relevant to the rustdoc team, which will review and decide on the PR/issue.
#113101
opened Jun 27, 2023 by
GuillaumeGomez
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.
'no saved object file in work product', compiler\rustc_codegen_ssa\src\back\write.rs:895:45
C-bug
#113092
opened Jun 27, 2023 by
nikunjitaliya2
Namespacing inconsistency with type and const parameters
A-const-generics
Area: const generics (parameters and arguments)
A-resolve
Area: Path resolution
C-bug
Category: This is a bug.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#113090
opened Jun 27, 2023 by
mversic
Adding a timout command when running the executable file could cause wrong coverage result
#113088
opened Jun 27, 2023 by
cicilzx
Support checking whether Area: std::process and std::env
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
std::process::ExitCode represents success or failure
A-process
#113081
opened Jun 27, 2023 by
nya3jp
Capturing thread output during tests interacts poorly with global thread pools
A-libtest
Area: #[test] related
C-bug
Category: This is a bug.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#113080
opened Jun 27, 2023 by
alexcrichton
Implement ConstParamTy for Option<T> where T: ConstParamTy
A-const-generics
Area: const generics (parameters and arguments)
F-adt_const_params
`#![feature(adt_const_params)]`
#113075
opened Jun 26, 2023 by
haennes
Suggest Area: Messages for errors, warnings, and lints
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
impl<T: Bound> Trait<T> for Foo when finding impl Trait<T: Bound> for Foo
A-diagnostics
#113073
opened Jun 26, 2023 by
TheOnlyMrCat
Previous Next
ProTip!
Mix and match filters to narrow down what you’re looking for.