Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
src
/
tools
/
rustfmt
/
tests
/
source
/
issue-1216.rs
blob: d727c158ab8e51666098f050af973394e8229978 [
file
] [
log
] [
blame
] [
edit
]
// rustfmt-normalize_comments: true
enum
E
{
A
,
//* I am not a block comment (caused panic)
B
,
}