Mention de-approval of `cfg(target = "...")`

As requested in https://github.com/rust-lang/rust/pull/96909#issuecomment-1148979831
This commit is contained in:
Urgau 2022-06-07 22:36:55 +02:00 committed by GitHub
parent 9925276189
commit 13d6e089b9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 0 deletions

View File

@ -3,6 +3,13 @@
- RFC PR: [rust-lang/rfcs#3239](https://github.com/rust-lang/rfcs/pull/3239)
- Rust Issue: [rust-lang/rust#96901](https://github.com/rust-lang/rust/issues/96901)
# This RFC was previously approved, but part of it later **withdrawn**
The `cfg(target = "...")` conditional compilation key was previously approved,
but was later withdrawn. For details, see the [summary comment].
[summary comment]: https://github.com/rust-lang/rust/pull/96909#issuecomment-1148979831
# Summary
[summary]: #summary