https://github.com/mpv-player/mpv/issues/7724
TL;DR:
Reproduction steps
In the mpv source directory, run find -name '*.c', followed by find -name '*.rs'.
Expected behavior
The first command (find -name '*.c') should produce no output. The second command (find -name '*.rs') should print a list of mpv's Rust source files.