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

Commit f8b49c5

Browse files
authored
Merge pull request #1105 from matthiaskrgr/feb1
add another ice
2 parents 9addd9e + 41bf94c commit f8b49c5

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)