Skip to content

Commit 11eb83a

Browse files
authored
Update issue-48551.rs
1 parent 989134e commit 11eb83a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/run-pass/issue-48551.rs

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@
88
// option. This file may not be copied, modified, or distributed
99
// except according to those terms.
1010

11+
// Regression test for #48551. Covers a case where duplicate candidates
12+
// arose during associated type projection.
13+
1114
use std::ops::{Mul, MulAssign};
1215

1316
pub trait ClosedMul<Right>: Sized + Mul<Right, Output = Self> + MulAssign<Right> {}

0 commit comments

Comments
 (0)