mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 14:13:24 +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.