Skip to content

Commit b0c02ac

Browse files
authored
Rollup merge of rust-lang#83820 - petrochenkov:nolinkargs, r=nagisa
Remove attribute `#[link_args]` Closes rust-lang#29596 The attribute could always be replaced with `-C link-arg`, but cargo didn't provide a reasonable way to pass such flags to rustc. Now cargo supports `cargo:rustc-link-arg*` directives in build scripts (https://doc.rust-lang.org/cargo/reference/unstable.html#extra-link-arg), so this attribute can be removed.
2 parents 23add3d + d2f7597 commit b0c02ac

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

std/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,6 @@
282282
#![feature(intra_doc_pointers)]
283283
#![feature(iter_zip)]
284284
#![feature(lang_items)]
285-
#![feature(link_args)]
286285
#![feature(linkage)]
287286
#![feature(llvm_asm)]
288287
#![feature(log_syntax)]

0 commit comments

Comments
 (0)