diff options
| author | Eh2406 <YeomanYaacov@gmail.com> | 2017-09-21 15:46:17 -0400 |
|---|---|---|
| committer | Eh2406 <YeomanYaacov@gmail.com> | 2017-09-21 15:46:17 -0400 |
| commit | cfc711e062e607dc5defad439b9ee34b5ba6fcef (patch) | |
| tree | 20df4fd501950f065c50f8dd94baf7cbf2d132e6 /src/libcore | |
| parent | b91bac29835fb7d70ee5d29cac970efa18eeba89 (diff) | |
| download | rust-cfc711e062e607dc5defad439b9ee34b5ba6fcef.tar.gz rust-cfc711e062e607dc5defad439b9ee34b5ba6fcef.zip | |
fix version number
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/internal_macros.rs | 2 |
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] |
