mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-21 17:52:12 +03:00
f23e6aaaf9
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.
4 lines
143 B
Rust
4 lines
143 B
Rust
// rustfmt-normalize_comments: true
|
|
// FIXME (#3300): Should allow items to be anonymous. Right now
|
|
// we just use dummy names for anon items.
|