rust/compiler/rustc_target/src
Vadim Petrochenkov bf66988aa1 Collapse all uses of target.options.foo into target.foo
with an eye on merging `TargetOptions` into `Target`.

`TargetOptions` as a separate structure is mostly an implementation detail of `Target` construction, all its fields logically belong to `Target` and available from `Target` through `Deref` impls.
2020-11-08 17:29:13 +03:00
..
abi Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
asm Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
spec Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
lib.rs /nightly/nightly-rustc 2020-09-23 21:51:56 +02:00