This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
be413ae527
rust
/
tests
/
ui
/
manual
/
manual-link-unsupported-kind.stderr
3 lines
94 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Lib kind -l link-arg: arbitrary link argument like -C link-arg, but respecting relative order to other `-l` options, unstable
2022-07-19 04:00:28 -05:00
error: unknown library kind `raw-dylib`, expected one of: static, dylib, framework, link-arg
Add first cut of functionality for #58713: support for #[link(kind = "raw-dylib")]. This does not yet support #[link_name] attributes on functions, the #[link_ordinal] attribute, #[link(kind = "raw-dylib")] on extern blocks in bin crates, or stdcall functions on 32-bit x86.
2021-03-08 14:42:54 -06:00
Reference in New Issue
Copy Permalink