mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-04 04:39:16 +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,
|
|
}
|