rust/compiler/rustc_ast_passes
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 update the version of itertools and parking_lot 2020-09-12 08:26:53 +02:00