about summary refs log tree commit diff
path: root/tests/run-make/pass-linker-flags/attribute.rs
AgeCommit message (Collapse)AuthorLines
2023-11-30Enable link-arg link kind inside of #[link] attributezetanumbers-0/+11
- Implement link-arg as an attribute - Apply suggestions from review - Co-authored-by: Vadim Petrochenkov <vadim.petrochenkov@gmail.com> - Add unstable book entry