index
:
rustc
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
test
/
ui
/
const-generics
/
issues
/
issue-60818-struct-constructors.rs
blob: 0066490dfa37a02117518ebe98fc670746160ff8 (
plain
)
1
2
3
4
5
6
7
// check-pass
struct
Generic
<
const
V
:
usize
>
;
fn
main
()
{
let
_
=
Generic
::
<
0
>
;
}