rust/compiler/rustc_metadata
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
..
src Collapse all uses of target.options.foo into target.foo 2020-11-08 17:29:13 +03:00
Cargo.toml Don't query unstable data when staged_api is off 2020-09-13 02:10:39 +02:00