File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ proc-macro2 by default.
6262
6363To opt into the additional APIs available in the most recent nightly compiler,
6464the ` procmacro2_semver_exempt ` config flag must be passed to rustc. We will
65- polyfill those nightly-only APIs back to Rust 1.31 .0. As these are unstable APIs
65+ polyfill those nightly-only APIs back to Rust 1.56 .0. As these are unstable APIs
6666that track the nightly compiler, minor versions of proc-macro2 may make breaking
6767changes to them at any time.
6868
Original file line number Diff line number Diff line change 6565//!
6666//! To opt into the additional APIs available in the most recent nightly
6767//! compiler, the `procmacro2_semver_exempt` config flag must be passed to
68- //! rustc. We will polyfill those nightly-only APIs back to Rust 1.31 .0. As
68+ //! rustc. We will polyfill those nightly-only APIs back to Rust 1.56 .0. As
6969//! these are unstable APIs that track the nightly compiler, minor versions of
7070//! proc-macro2 may make breaking changes to them at any time.
7171//!
You can’t perform that action at this time.
0 commit comments