Skip to content

Commit 576bb72

Browse files
committed
update new tests
1 parent 50fccc3 commit 576bb72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/const-generics/issues/issue-70125-2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ trait Foo<const X: usize> {
1313
}
1414
}
1515

16-
impl Foo<{3}> for () {}
16+
impl Foo<3> for () {}

0 commit comments

Comments
 (0)