rfc, cfg-path-version: reword a bit

This commit is contained in:
Mazdak Farrokhzad 2018-08-12 07:17:48 +02:00
parent 09f23a83b8
commit 7ca8a5fe34
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ Permit users to `#[cfg(..)]` on whether:
+ they are on a `nightly` compiler (`#[cfg(nightly)]`).
+ they have a certain minimum Rust version (`#[cfg(version = "1.27")]`).
+ a certain external path exists (`#[cfg(accessible(::std::mem::ManuallyDrop))]`).
+ a certain external path is accessible
(`#[cfg(accessible(::std::mem::ManuallyDrop))]`).
# Motivation
[motivation]: #motivation