mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +00:00
6 lines
105 B
XML
6 lines
105 B
XML
// rustfmt-normalize_comments: true
|
|
enum E {
|
|
A, //* I am not a block comment (caused panic)
|
|
B,
|
|
}
|