We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b91bac2 commit cfc711eCopy full SHA for cfc711e
src/libcore/internal_macros.rs
@@ -74,7 +74,7 @@ macro_rules! forward_ref_binop {
74
macro_rules! forward_ref_op_assign {
75
(impl $imp:ident, $method:ident for $t:ty, $u:ty) => {
76
forward_ref_op_assign!(impl $imp, $method for $t, $u,
77
- #[stable(feature = "op_assign_builtins_by_ref", since = "1.18.0")]);
+ #[stable(feature = "op_assign_builtins_by_ref", since = "1.22.0")]);
78
};
79
(impl $imp:ident, $method:ident for $t:ty, $u:ty, #[$attr:meta]) => {
80
#[$attr]
0 commit comments