Skip to content

Commit 3e8ba3a

Browse files
committed
Remove out-of-date comment
1 parent 7addc11 commit 3e8ba3a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test/ui/pattern/usefulness/issue-72476-associated-type.rs

-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ trait A {
88

99
impl A for () {
1010
type Projection = bool;
11-
// using () instead of bool here does compile though
1211
}
1312

1413
struct Next<T: A>(T::Projection);

0 commit comments

Comments
 (0)