mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-13 07:24:00 +00:00
![Stéphane Campinas](/assets/img/avatar_default.png)
Block comments like below were not properly supported: /* something here but it doesn't start with a star */ because of the line that didn't start with a star.
6 lines
148 B
XML
6 lines
148 B
XML
// rustfmt-normalize_comments: true
|
|
/*
|
|
FIXME (#3300): Should allow items to be anonymous. Right now
|
|
we just use dummy names for anon items.
|
|
*/
|