Skip to content

Commit 9e04ab6

Browse files
committed
Auto merge of #143879 - fee1-dead-contrib:push-lrlpoouyqqry, r=fmease
parse `const trait Trait` r? oli-obk or anyone from project-const-traits cc `@rust-lang/project-const-traits`
2 parents e6f3795 + 8444e5b commit 9e04ab6

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)