-
Notifications
You must be signed in to change notification settings - Fork 13.3k
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
Tracking issue for the Area: Attributes (`#[…]`, `#![…]`)
A-codegen
Area: Code generation
A-linkage
Area: linking into static, shared libraries and binaries
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
define_in_every_cgu_used
feature
A-attributes
#141339
opened May 21, 2025 by
jbatez
5 tasks
Change __rust_no_alloc_shim_is_unstable to be a function
A-allocators
Area: Custom and system allocators
A-linkage
Area: linking into static, shared libraries and binaries
A-run-make
Area: port run-make Makefiles to rmake.rs
A-testsuite
Area: The testsuite used to check the correctness of rustc
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#141061
opened May 15, 2025 by
dpaoliello
Loading…
rust_extern_with_linkage___dso_handle+0x0): undefined reference to `__dso_handle'
A-cross
Area: Cross compilation
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
E-needs-bisection
Call for participation: This issue needs bisection: https://github.com/rust-lang/cargo-bisect-rustc
E-needs-mcve
Call for participation: This issue has a repro, but needs a Minimal Complete and Verifiable Example
needs-triage
This issue may need triage. Remove it if it has been sufficiently triaged.
#140955
opened May 12, 2025 by
tkennedy1-godaddy
Make #[used(linker)] the default on ELF too
A-attributes
Area: Attributes (`#[…]`, `#![…]`)
A-linkage
Area: linking into static, shared libraries and binaries
F-used_with_arg
`#![feature(used_with_arg)]`
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.
#140872
opened May 9, 2025 by
bjorn3
Loading…
regression: Area: linking into static, shared libraries and binaries
C-discussion
Category: Discussion or questions that doesn't represent real issues.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
rust-lld: error: duplicate symbol: crc32␍
etc. on x86_64-pc-windows-msvc
for tests depending on crate libz-sys
A-linkage
#139821
opened Apr 14, 2025 by
MingweiSamuel
[AVR] undefined reference to 'abort' on static mutable variable
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-AVR
Target: AVR processors (ATtiny, ATmega, etc.)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#139737
opened Apr 13, 2025 by
EvansJahja
Better documentation about which libraries are linked by default by the rust compiler
A-docs
Area: Documentation for any part of the project, including the compiler, standard library, and tools
A-linkage
Area: linking into static, shared libraries and binaries
O-windows
Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#139619
opened Apr 10, 2025 by
weiznich
constructor doesn't work with arm64e-apple-ios but works on arm64e-apple-darwin
A-linkage
Area: linking into static, shared libraries and binaries
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
O-AArch64
Armv8-A or later processors in AArch64 mode
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
O-ios
Operating system: iOS
#139218
opened Apr 1, 2025 by
ds-ep
Wrong symbols are referenced for raw-dylib on i686-pc-windows-gnu
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
F-raw_dylib
`#![feature(raw_dylib)]`
O-windows-gnu
Toolchain: GNU, Operating system: Windows
O-x86_32
Target: x86 processors, 32 bit (like i686-*) (IA-32)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138963
opened Mar 26, 2025 by
glandium
Add Area: linking into static, shared libraries and binaries
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
S-waiting-on-review
Status: Awaiting review from the assignee but also interested parties.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
__isPlatformVersionAtLeast
and __isOSVersionAtLeast
symbols
A-linkage
#138944
opened Mar 25, 2025 by
madsmtm
Loading…
unresolved symbol Unstable Cargo option: Compile the standard library yourself.
A-allocators
Area: Custom and system allocators
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
O-windows-msvc
Toolchain: MSVC, Operating system: Windows
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.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
rdl_oom
when compiling cdylib
crate with no_global_oom_handling
on pc-windows-msvc
target
-Zbuild-std
#138758
opened Mar 20, 2025 by
wmmc88
Failure to link rust dependency with LTO-enabled C FFI code built with GCC
A-FFI
Area: Foreign function interface (FFI)
A-linkage
Area: linking into static, shared libraries and binaries
A-LTO
Area: Link-time optimization (LTO)
C-bug
Category: This is a bug.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138681
opened Mar 19, 2025 by
glandium
rust-lld on NixOS can't link the program if the target dir lives on a path with spaces in it
A-linkage
Area: linking into static, shared libraries and binaries
C-external-bug
Category: issue that is caused by bugs in software beyond our control
O-NixOS
Operating system: NixOS, https://nixos.org/
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138513
opened Mar 14, 2025 by
TheAwesome98-Real
Add one more "late metadata"/"digest" file to rlib archives
A-linkage
Area: linking into static, shared libraries and binaries
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#138243
opened Mar 8, 2025 by
petrochenkov
CI llvm related issue when trying to cross compile for Solaris
A-cross
Area: Cross compilation
A-linkage
Area: linking into static, shared libraries and binaries
A-linkers
Area: linkers... you gotta love linkers
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
E-needs-investigation
Call for partcipation: This issues needs some investigation to determine current status
O-solaris
Operating system: Solaris
T-bootstrap
Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)
#137997
opened Mar 4, 2025 by
psumbera
compiler_builtins
string.h
functions are not available when using std
targets with #![no_std]
A-linkage
#137833
opened Mar 1, 2025 by
byeongkeunahn
extern_weak linkage on definition not rejected
A-linkage
Area: linking into static, shared libraries and binaries
A-LLVM
Area: Code generation parts specific to LLVM. Both correctness bugs and optimization-related issues.
C-bug
Category: This is a bug.
F-linkage
#![feature(linkage)]`
I-crash
Issue: The compiler crashes (SIGSEGV, SIGABRT, etc). Use I-ICE instead when the compiler panics.
#137627
opened Feb 25, 2025 by
matthiaskrgr
Binding c++ with cxx, an error occurs on windows-gnu
A-linkage
Area: linking into static, shared libraries and binaries
C-bug
Category: This is a bug.
I-ICE
Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️
O-windows-gnu
Toolchain: GNU, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#137301
opened Feb 20, 2025 by
yk0n9
-Zbuild-std
shouldn't explode on compiler-builtins fragility
-Zbuild-std
#137222
opened Feb 18, 2025 by
0xdeafbeef
error while loading shared libraries: librustc_driver-fb0866b1cd913c20.so: cannot open shared object file: No such file or directory
A-linkage
Area: linking into static, shared libraries and binaries
C-discussion
Category: Discussion or questions that doesn't represent real issues.
O-yocto
Target: a Linux distro that builds everything from source and patches our build extensively
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#136237
opened Jan 29, 2025 by
DeepeshvRajan
Linker error on Area: linking into static, shared libraries and binaries
C-external-bug
Category: issue that is caused by bugs in software beyond our control
L-linker_messages
Lint: linker_messages
rustc 1.86.0-nightly (f85c6de55 2025-01-26)
when cross compiling to aarch64-unknown-linux-musl
A-linkage
#136132
opened Jan 27, 2025 by
VorpalBlade
macOS deployment target defaults differ between rustc, cc-rs and clang
A-linkage
Area: linking into static, shared libraries and binaries
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
O-apple
Operating system: Apple (macOS, iOS, tvOS, visionOS, watchOS)
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
T-libs
Relevant to the library team, which will review and decide on the PR/issue.
#136113
opened Jan 27, 2025 by
Fulgen301
Tracking Issue for enabling the Area: linking into static, shared libraries and binaries
A-linkers
Area: linkers... you gotta love linkers
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
E-help-wanted
Call for participation: Help is requested to fix this issue.
E-medium
Call for participation: Medium difficulty. Experience needed to fix: Intermediate.
E-mentor
Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.
L-linker_messages
Lint: linker_messages
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
linker-messages
lint by default
A-linkage
#136096
opened Jan 26, 2025 by
jyn514
5 of 16 tasks
Unable to build for aarch64-unknown-linux-musl due to linker error
A-linkage
Area: linking into static, shared libraries and binaries
A-lints
Area: Lints (warnings about flaws in source code) such as unused_mut.
C-discussion
Category: Discussion or questions that doesn't represent real issues.
L-linker_messages
Lint: linker_messages
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
#136088
opened Jan 26, 2025 by
ahqsoftwares
Previous Next
ProTip!
Updated in the last three days: updated:>2025-05-18.