mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
4439cd8c68
10506: Add comment r=lnicola a=k-nasa ## Why This code looks logic-bug ... https://github.com/rust-analyzer/rust-analyzer/blob/ce86534e1cb22685e83c3f91ea89025edbfcbc98/crates/syntax/src/syntax_node.rs#L50 However, this code has been intentionally disabled. It's a good idea to write a comment ref: https://github.com/rust-analyzer/rust-analyzer/pull/10357 ## What - I added comment Co-authored-by: k-nasa <htilcs1115@gmail.com>