mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-25 01:28:07 +00:00
It doesn't really matter what the `desugar_doc_comments` argument is here, because in practice we never look ahead through doc comments. Changing it to `cursor.desugar_doc_comments` will allow some follow-up simplifications.