rust/compiler/rustc_metadata/src
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
..
dynamic_lib
rmeta Remove attribute #[link_args] 2021-04-03 21:25:53 +03:00
creader.rs Rollup merge of #73945 - est31:unused_externs, r=Mark-Simulacrum 2021-04-04 19:19:58 +02:00
dependency_format.rs
dynamic_lib.rs
foreign_modules.rs Only store a LocalDefId in hir::ForeignItem. 2021-02-15 19:32:29 +01:00
lib.rs Remove attribute #[link_args] 2021-04-03 21:25:53 +03:00
locator.rs Add an Mmap wrapper to rustc_data_structures 2021-03-30 18:57:03 +02:00
native_libs.rs Remove hir::Item::attrs. 2021-03-09 19:27:50 +01:00