about summary refs log tree commit diff
path: root/src/libcore
diff options
context:
space:
mode:
authorEh2406 <YeomanYaacov@gmail.com>2017-09-21 15:46:17 -0400
committerEh2406 <YeomanYaacov@gmail.com>2017-09-21 15:46:17 -0400
commitcfc711e062e607dc5defad439b9ee34b5ba6fcef (patch)
tree20df4fd501950f065c50f8dd94baf7cbf2d132e6 /src/libcore
parentb91bac29835fb7d70ee5d29cac970efa18eeba89 (diff)
downloadrust-cfc711e062e607dc5defad439b9ee34b5ba6fcef.tar.gz
rust-cfc711e062e607dc5defad439b9ee34b5ba6fcef.zip
fix version number
Diffstat (limited to 'src/libcore')
-rw-r--r--src/libcore/internal_macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcore/internal_macros.rs b/src/libcore/internal_macros.rs
index bd30a92b079..cb215a38e53 100644
--- a/src/libcore/internal_macros.rs
+++ b/src/libcore/internal_macros.rs
@@ -74,7 +74,7 @@ macro_rules! forward_ref_binop {
 macro_rules! forward_ref_op_assign {
     (impl $imp:ident, $method:ident for $t:ty, $u:ty) => {
         forward_ref_op_assign!(impl $imp, $method for $t, $u,
-                #[stable(feature = "op_assign_builtins_by_ref", since = "1.18.0")]);
+                #[stable(feature = "op_assign_builtins_by_ref", since = "1.22.0")]);
     };
     (impl $imp:ident, $method:ident for $t:ty, $u:ty, #[$attr:meta]) => {
         #[$attr]