mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-28 19:27:30 +03:00
d12c6e947c
Move doc comment desugaring out of `TokenCursor`. It's awkward that `TokenCursor` sometimes desugars doc comments on the fly, but usually doesn't. r? `@petrochenkov`