about summary refs log tree commit diff
path: root/src/test/run-make/native-link-modifier-verbatim-rustc
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-25/+0
2022-11-27Stabilize native library modifier `verbatim`Vadim Petrochenkov-2/+2
2022-09-20fix verbatim with upstream dependenciesbors-0/+25
https://github.com/rust-lang/rust/issues/99425#issuecomment-1207224161 r? `@petrochenkov`