Skip to content

Commit 99894cc

Browse files
committed
Merge from rust-lang/rust
2 parents d105b7e + f13fe5a commit 99894cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/test-utils/src/minicore.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1011,8 +1011,7 @@ pub mod ops {
10111011
}
10121012

10131013
#[lang = "add_assign"]
1014-
#[const_trait]
1015-
pub trait AddAssign<Rhs = Self> {
1014+
pub const trait AddAssign<Rhs = Self> {
10161015
fn add_assign(&mut self, rhs: Rhs);
10171016
}
10181017

0 commit comments

Comments
 (0)