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
Loading
Label
Filter by label
Loading
Use alt + click/return to exclude labels
or + click/return for logical OR
Projects
Filter by project
Loading
Milestones
Filter by milestone
Loading
Assignee
Filter by who’s assigned
Sort

Issues list

Sized Hierarchy: Part I -Clink-dead-code Linkage option: -Clink-dead-code A-attributes Area: Attributes (`#[…]`, `#![…]`) A-run-make Area: port run-make Makefiles to rmake.rs A-rustdoc-json Area: Rustdoc JSON backend A-rustdoc-search Area: Rustdoc's search feature A-test-infra-minicore Area: `minicore` test auxiliary and `//@ add-core-stubs` A-testsuite Area: The testsuite used to check the correctness of rustc F-autodiff `#![feature(autodiff)]` perf-regression Performance regression. PG-exploit-mitigations Project group: Exploit mitigations S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. WG-trait-system-refactor The Rustc Trait System Refactor Initiative (-Znext-solver)
#137944 opened Mar 3, 2025 by davidtwco Loading…
Unreachable post-monomorphization error triggered by -C link-dead-code -Clink-dead-code Linkage option: -Clink-dead-code I-monomorphization Issue: An error at monomorphization time.
#131793 opened Oct 16, 2024 by joshlf
ICE: InstanceDef::Virtual (Virtual(DefId(..))) is for direct calls only under lazy_type_alias with -Clink-dead-code -Clink-dead-code Linkage option: -Clink-dead-code C-bug Category: This is a bug. F-lazy_type_alias `#![feature(lazy_type_alias)]` I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ requires-nightly This issue requires a nightly compiler in some way. S-bug-has-test Status: This bug is tracked inside the repo by a `known-bug` test. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#114198 opened Jul 29, 2023 by matthiaskrgr
Invalid monomorphization when -C link-dead-code is used -Clink-dead-code Linkage option: -Clink-dead-code A-diagnostics Area: Messages for errors, warnings, and lints A-intrinsics Area: Intrinsics A-SIMD Area: SIMD (Single Instruction Multiple Data) D-confusing Diagnostics: Confusing error or lint that should be reworked. I-monomorphization Issue: An error at monomorphization time. P-medium Medium priority 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.
#77529 opened Oct 4, 2020 by xd009642
rustc -Clink-dead-code causes MSVC linker to produce invalid binaries when LLVM InstrProf counters are enabled -Clink-dead-code Linkage option: -Clink-dead-code C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ O-windows-msvc Toolchain: MSVC, Operating system: Windows T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#76038 opened Aug 28, 2020 by richkadel
-Clink-dead-code doesn't generate dead non-generic items appearing within (instantiated) generic impl blocks -Clink-dead-code Linkage option: -Clink-dead-code A-codegen Area: Code generation C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#74584 opened Jul 21, 2020 by eggyal
Linker error because -wL as-needed conflicts with -C link-dead-code -Clink-dead-code Linkage option: -Clink-dead-code A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#64685 opened Sep 22, 2019 by xd009642
link_dead_code flag breaks sodiumoxide build -Clink-dead-code Linkage option: -Clink-dead-code A-linkage Area: linking into static, shared libraries and binaries C-bug Category: This is a bug. I-crash Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics. P-medium Medium priority T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#45629 opened Oct 30, 2017 by andoriyu
link-dead-code limitations (bad for code coverage) -Clink-dead-code Linkage option: -Clink-dead-code C-feature-request Category: A feature request, i.e: not implemented / a PR. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
#39293 opened Jan 25, 2017 by malbarbo
ProTip! Type g p on any issue or pull request to go back to the pull request listing page.