Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit 41bf94c

Browse files
committed
add another ice
1 parent 9addd9e commit 41bf94c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

ices/93553.rs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
trait Foo {
2+
type Bar;
3+
}
4+
5+
trait Baz: Foo {
6+
const Bar: Self::Bar;
7+
}
8+
9+
pub fn main() {}

0 commit comments

Comments
 (0)