Skip to content
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

Tracking issue for `linked_from` feature #29629

Closed
aturon opened this Issue Nov 5, 2015 · 3 comments

Comments

Projects
None yet
5 participants
@aturon
Copy link
Member

aturon commented Nov 5, 2015

Tracks stabilization of the linked_from attribute. From the reference

linked_from indicates what native library this block of FFI items is coming from. This attribute is of the form #[linked_from = "foo"] where foo is the name of a library in either #[link] or a -l flag. This attribute is currently required to export symbols from a Rust dynamic library on Windows

@alexcrichton

This comment has been minimized.

Copy link
Member

alexcrichton commented Nov 5, 2015

It is the intention of rust-lang/rfcs#1296 to obsolete and remove this feature currently.

@steveklabnik

This comment has been minimized.

Copy link
Member

steveklabnik commented Mar 8, 2017

Triage: the RFC @alexcrichton links above was superseded by rust-lang/rfcs#1717, which was merged and is being tracked at #37403

@cramertj

This comment has been minimized.

Copy link
Member

cramertj commented Jan 17, 2018

This feature was removed in #37973.

@cramertj cramertj closed this Jan 17, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.