File tree 2 files changed +2
-2
lines changed
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.
62
62
63
63
To opt into the additional APIs available in the most recent nightly compiler,
64
64
the ` 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
66
66
that track the nightly compiler, minor versions of proc-macro2 may make breaking
67
67
changes to them at any time.
68
68
Original file line number Diff line number Diff line change 65
65
//!
66
66
//! To opt into the additional APIs available in the most recent nightly
67
67
//! 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
69
69
//! these are unstable APIs that track the nightly compiler, minor versions of
70
70
//! proc-macro2 may make breaking changes to them at any time.
71
71
//!
You can’t perform that action at this time.
0 commit comments