Skip to content

Commit

Permalink
Add 84659
Browse files Browse the repository at this point in the history
  • Loading branch information
fanninpm committed Apr 30, 2021
1 parent 090602d commit ecbadf8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ices/84659.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#![allow(incomplete_features)]
#![feature(const_generics)]

trait Bar<const N: usize> {}

trait Foo<'a> {
const N: usize;
type Baz: Bar<{ Self::N }>;
}

0 comments on commit ecbadf8

Please sign in to comment.