5fdb6db136
Lines that didn't start with a comment sigil were returned unchanged in comment::rewrite_comment. Then these unchanged lines were indented in MacroBranch::rewrite.
9 lines
82 B
Rust
9 lines
82 B
Rust
macro_rules! foo {
|
|
() => {
|
|
// comment
|
|
/*
|
|
|
|
*/
|
|
};
|
|
}
|