Skip to content

Commit 98e5a3c

Browse files
committed
Missing keyword
1 parent ded5c40 commit 98e5a3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

const-generic-const-fn-bounds.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ for the associated type:
7070
trait Foo {
7171
type Bar: Add;
7272
}
73-
impl Foo for A {
73+
impl const Foo for A {
7474
type Bar = B; // B must have an `impl const Add for B`
7575
}
7676
```

0 commit comments

Comments
 (0)