We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 989134e commit 11eb83aCopy full SHA for 11eb83a
src/test/run-pass/issue-48551.rs
@@ -8,6 +8,9 @@
8
// option. This file may not be copied, modified, or distributed
9
// except according to those terms.
10
11
+// Regression test for #48551. Covers a case where duplicate candidates
12
+// arose during associated type projection.
13
+
14
use std::ops::{Mul, MulAssign};
15
16
pub trait ClosedMul<Right>: Sized + Mul<Right, Output = Self> + MulAssign<Right> {}
0 commit comments