rust/compiler/rustc_session
Dylan DPC 966e9e2471
Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkov
Allow setting `target_family` to multiple values, and implement `target_family="wasm"`

As per the conclusion in [this thread](https://rust-lang.zulipchat.com/#narrow/stream/213817-t-lang/topic/Are.20we.20comfortable.20with.20adding.20an.20insta-stable.20cfg.28wasm.29.3F/near/233158441), this implements an ability to specify any number of `target_family` values, allowing for more flexible generic groups, or "families", to be created than just the OS-based unix/windows dichotomy.

cc https://github.com/rust-lang/reference/pull/1006
2021-05-03 00:32:40 +02:00
..
src Rollup merge of #84072 - nagisa:target-family-two-the-movie, r=petrochenkov 2021-05-03 00:32:40 +02:00
Cargo.toml Implement rustc side of report-future-incompat 2020-10-30 20:02:14 -04:00