]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa
authorDylan DPC <dylan.dpc@gmail.com>
Sun, 4 Apr 2021 22:24:33 +0000 (00:24 +0200)
committerGitHub <noreply@github.com>
Sun, 4 Apr 2021 22:24:33 +0000 (00:24 +0200)
Remove attribute `#[link_args]`

Closes https://github.com/rust-lang/rust/issues/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.


Trivial merge