Sign in
rust
/
rustfmt
/
refs/heads/format_markdown_files_from_scratch
/
.
/
tests
/
target
/
issue-1216.rs
blob: d727c158ab8e51666098f050af973394e8229978 [
file
] [
log
] [
blame
]
// rustfmt-normalize_comments: true
enum
E
{
A
,
//* I am not a block comment (caused panic)
B
,
}