Skip to content

Commit 8444e5b

Browse files
committed
parse const trait Trait
1 parent d2d7662 commit 8444e5b

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)