mirror of https://github.com/rust-lang/rfcs.git
rfc, cfg-path-version: reword a bit
This commit is contained in:
parent
09f23a83b8
commit
7ca8a5fe34
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue