rust/compiler/rustc_session
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 Implement rustc side of report-future-incompat 2020-10-30 20:02:14 -04:00