rust/tests/source/issue-683.rs
Stéphane Campinas f23e6aaaf9
fix the identification of a block comment.
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.
2018-08-16 19:55:15 +02:00

5 lines
150 B
XML

// rustfmt-normalize_comments: true
/*
* FIXME (#3300): Should allow items to be anonymous. Right now
* we just use dummy names for anon items.
*/