-
Notifications
You must be signed in to change notification settings - Fork 13.8k
Closed
Labels
A-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binaries
Milestone
Description
It's currently impossible to define a link attribute that has nested meta items, #[link(foo(bar))];
, even though this is a valid way to write an attribute. There are unfinished branches in two methods, link::build_link_meta (that prevents translation), and attr::eq (that prevents the attribute from being matched in a use statement), that need to be filled in.
Unfortunately it's not possible to formulate a test case for this within the current test framework, so instead of writing potentially broken code, I've just made these scenarios fail.
Metadata
Metadata
Assignees
Labels
A-linkageArea: linking into static, shared libraries and binariesArea: linking into static, shared libraries and binaries
Type
Projects
Relationships
Development
Select code repository
Activity
Add some FIXMEs for issue #607
Auto merge of rust-lang#607 - humenda:master, r=alexcrichton
Merge pull request rust-lang#607 from rkruppe/patch-1
Bump miniz-sys from 0.1.11 to 0.1.12 (rust-lang#607)
fix rust-lang#607 for -O0 builds (rust-lang#613)
Split rmc::nondet into safe and unsafe functions(rust-lang#607) (rust…
Merge pull request rust-lang#607 from GuillaumeGomez/cleanup
Add codecov badge (rust-lang#607)