-
Notifications
You must be signed in to change notification settings - Fork 13.4k
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
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
#[link(kind="raw-dylib")]
mis-compiles if cdylib export has the same name
A-linkage
#113050
opened Jun 26, 2023 by
mon
Compiling Category: This is a bug.
F-raw_dylib
`#![feature(raw_dylib)]`
O-windows-gnu
Toolchain: GNU, Operating system: Windows
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
raw-dylib
doesn't work on Windows
C-bug
#103939
opened Nov 3, 2022 by
mati865
Tracking issue for RFC 2627: #[link(kind="raw-dylib")]
A-linkage
Area: linking into static, shared libraries and binaries
B-RFC-approved
Blocker: Approved by a merged RFC but not yet implemented.
C-tracking-issue
Category: An issue tracking the progress of sth. like the implementation of an RFC
F-raw_dylib
`#![feature(raw_dylib)]`
O-windows
Operating system: Windows
S-tracking-impl-incomplete
Status: The implementation is incomplete.
T-lang
Relevant to the language team, which will review and decide on the PR/issue.
#58713
opened Feb 24, 2019 by
joshtriplett
10 of 15 tasks
ProTip!
Exclude everything labeled
bug
with -label:bug.