mirror of
https://github.com/rust-lang/rust.git
synced 2025-10-07 20:57:21 +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.