-
Notifications
You must be signed in to change notification settings - Fork 247
Remove link feature? #651
Copy link
Copy link
Open
Description
Linking with -weak_framework is recently possible on nightly:
#![feature(link_arg_attribute)]
#[link(name = "-weak_framework", kind = "link-arg", modifiers = "+verbatim")]
#[link(name = "CoreFoundation", kind = "link-arg", modifiers = "+verbatim")]
extern "C" {}This works even if declared in a binary crate that depends on something that has the normal #[link(name = "CoreFoundation", kind = "framework")].
Given that, maybe we should consider removing the link feature again?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels