Skip to content

Issues: rust-lang/rust

ICE: no resolutions for a doc link
#110626 by davidiola was closed Apr 21, 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
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

If two crates have the same name, distinguish them in rustc's output? 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.
#110926 opened Apr 28, 2023 by njsmith
RPIT type parameters not checked for well-formedness A-impl-trait Area: impl Trait. Universally / existentially quantified anonymous types with static dispatch. C-bug Category: This is a bug. T-types Relevant to the types team, which will review and decide on the PR/issue.
#110925 opened Apr 28, 2023 by Jules-Bertholet
unreachable_pub lint suggests a breaking fix for associated type on trait A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. A-visibility Area: visibility/privacy modifiers such as `pub` C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#110923 opened Apr 28, 2023 by mpalmer
unreachable_pub lint thinks a pub fn in a pub(crate) struct is public A-visibility Area: visibility/privacy modifiers such as `pub` C-bug Category: This is a bug.
#110922 opened Apr 28, 2023 by mpalmer
Unexpected recursive decl-macro expansion A-macros Area: All kinds of macros (custom derive, macro_rules!, proc macros, ..) C-bug Category: This is a bug.
#110915 opened Apr 27, 2023 by moulins
+whole-archive link modifier causes build failure on staticlib crate with Rust 1.69 A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. I-prioritize Indicates that prioritization has been requested for this issue regression-untriaged Untriaged performance or correctness regression.
#110912 opened Apr 27, 2023 by Be-ing
invalid_macro_export_arguments rustc lint currently can't be "allowed" A-lint Area: Lints (warnings about flaws in source code) such as unused_mut. C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#110911 opened Apr 27, 2023 by peter-kehl
Test x.py install in CI 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)
#110910 opened Apr 27, 2023 by Nilstrieb
ICE: left: MutatingUse(Call), right: NonUse(VarDebugInfo) 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.
#110902 opened Apr 27, 2023 by cbeuw
rustdoc: ice: has escaping bound vars, so it cannot be wrapped in a dummy binder 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.
#110900 opened Apr 27, 2023 by matthiaskrgr
ICE: ast lowering: no entry for node id: NodeId(53) 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.
#110899 opened Apr 27, 2023 by matthiaskrgr
Tracking issue for cleaning up std's thread_local implementation details A-thread-locals Area: Thread local storage (TLS) C-cleanup Category: PRs that clean code up or issues documenting cleanup. T-libs Relevant to the library team, which will review and decide on the PR/issue.
#110897 opened Apr 27, 2023 by m-ou-se
1 of 17 tasks
ICE: expected ConstKind::Value, got Unevaluated(UnevaluatedConst... A-const-generics Area: const generics (parameters and arguments) 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) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#110892 opened Apr 27, 2023 by matthiaskrgr
erroneous constant used note makes error really large A-diagnostics Area: Messages for errors, warnings, and lints F-closure_lifetime_binder `#![feature(closure_lifetime_binder)]` F-inline_const Inline constants (aka: const blocks, const expressions, anonymous constants) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#110891 opened Apr 27, 2023 by BoxyUwU
ICE: Trying to feed an already recorded value for query type_of key A-const-generics Area: const generics (parameters and arguments) C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ S-has-mcve A Minimal Complete and Verifiable Example has been found for this issue T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#110887 opened Apr 27, 2023 by matthiaskrgr
ICE: assertion failed: bpos.to_u32() >= mbc.pos.to_u32() + mbc.bytes as u32 A-inline-assembly Area: inline asm!(..) 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.
#110885 opened Apr 27, 2023 by WendyWjt
Large amount of generated code for match statements with large arrays A-array Area: [T; N] A-patterns Relating to patterns and pattern matching I-heavy Problems and improvements with respect to binary size of generated code. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#110870 opened Apr 26, 2023 by alex
Unhelpful error message when enum does not implement PartialEq 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.
#110867 opened Apr 26, 2023 by andresovela
Document the default for ExitStatus A-docs Area: documentation for any part of the project, including the compiler, standard library, and tools E-easy Call for participation: Experience needed to fix: Easy / not much (good first issue) S-blocked Status: marked as blocked ❌ on something else such as an RFC or other implementation work. T-libs-api Relevant to the library API team, which will review and decide on the PR/issue.
#110863 opened Apr 26, 2023 by jyn514
macro_rules definition order can give confusing error in submodule 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.
#110860 opened Apr 26, 2023 by Shadlock0133
ICE: Drop impl without drop function C-bug 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.
#110858 opened Apr 26, 2023 by matthiaskrgr
Potential bug in atomic codegen for riscv32imac-unknown-none-elf targets A-atomic Area: atomics, barriers, and sync primitives A-codegen Area: Code generation A-intrinsics Area: intrinsics C-bug Category: This is a bug. I-unsound Issue: A soundness hole (worst kind of bug), see: https://en.wikipedia.org/wiki/Soundness O-riscv Target: RISC-V architecture P-medium Medium priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#110857 opened Apr 26, 2023 by romancardenas
erroneous note: erroneous constant used emitted for non-compiling format_args! usage A-diagnostics Area: Messages for errors, warnings, and lints C-bug Category: This is a bug. P-medium Medium priority regression-from-stable-to-nightly Performance or correctness regression from stable to nightly. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#110856 opened Apr 26, 2023 by Nemo157
ProTip! Mix and match filters to narrow down what you’re looking for.