]> git.lizzy.rs Git - rust.git/blob - src/test/run-make/coverage/WARNING_KEEP_NAMES_SHORT.txt
Auto merge of #100595 - matthiaskrgr:rollup-f1zur58, r=matthiaskrgr
[rust.git] / src / test / run-make / coverage / WARNING_KEEP_NAMES_SHORT.txt
1 IMPORTANT: The Rust test programs in this directory generate various output
2 files in the `../coverage*` directories (`expected` and `actual` files).
3
4 Microsoft Windows has a relatively short limit on file paths (not individual
5 path components, but the entire path). The files generated by these
6 `../coverage*` tests typically have file paths that include the program
7 source file name plus function and type names (depending on the program).
8
9 Keep the test file names short, and keep function names and other symbols
10 short as well, to avoid hitting the Windows limits.