← every case · 1000 · comments
Rust ends a raw string with a quote and a hash, and those two characters appear here in ordinary code with no raw string open. They are a plain string holding a hash and nothing more
| 1 | codecodecodecodecode | let s = "#"; |
| 2 | commentscommentscommentscommentscomments | // a real comment |
stringcommentthe tag around another language
cloc --json cases/1000-comments/1130-closer_in_code_with_nothing_open/input.rs
mezura cases/1000-comments/1130-closer_in_code_with_nothing_open/input.rs --output json --hide timing --counting content
mezura cases/1000-comments/1130-closer_in_code_with_nothing_open/input.rs --output json --hide timing --counting region
scc --format json cases/1000-comments/1130-closer_in_code_with_nothing_open/input.rs
tokei --output json cases/1000-comments/1130-closer_in_code_with_nothing_open/input.rs