rust/compiler
Dylan DPC 3c2e4ff525
Rollup merge of #83820 - petrochenkov:nolinkargs, r=nagisa
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.
2021-04-05 00:24:33 +02:00
..
2021-03-30 20:31:06 +02:00
2021-04-02 08:08:02 +08:00
2021-03-30 20:31:06 +02:00
2021-04-02 19:11:50 -04:00
2021-03-31 10:16:37 -04:00
2021-03-31 10:15:27 -04:00