As a Rust developer (not really), after getting sick and tired of hearing about C everywhere, I decided to do a bit of assessment in terms of code-size complexity.
I heard of Linux, an amazing operating system kernel that beats Redox in the dust.
I have never seen Redox source code. I told myself, if I download Linux-on-C and Redox-on-Rust and find out that Linux is doing all it's doing in one-tenth the size of Redox source code, or even half the code size, I'd be quite impressed, and be willing to take C seriously.
Well guess what, I downloaded the two sources. Redox kernel source code is about 24k LoC. Linux? about 27M.
WTF.
----
In all seriousness, LoC comparisons are absolutely the worst way to compare languages, especially across projects that are completely different in scope and design.
(This was a joking reply in the style of OP's now-flagged comment, which was comparing LoC between ripgrep and grep.)