Sign in
rust
/
rustfmt
/
refs/heads/format_markdown_files_from_scratch
/
.
/
tests
/
target
/
issue-3554.rs
blob: 4ece90403e1f281de52409d2681c25d2d30add51 [
file
] [
log
] [
blame
]
#![
feature
(
const_generics
)]
pub
struct
S
<
const
N
:
usize
>;
impl
S
<{
0
}>
{}