We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50fccc3 commit 576bb72Copy full SHA for 576bb72
src/test/ui/const-generics/issues/issue-70125-2.rs
@@ -13,4 +13,4 @@ trait Foo<const X: usize> {
13
}
14
15
16
-impl Foo<{3}> for () {}
+impl Foo<3> for () {}
0 commit comments