Files
Aleksey Kliger 0cc4946219 add a test to make rustc_incremental finalize_session_directory rename fail
Use a proc macro to observe the incremental session directory and do
something platform specific so that renaming the '-working' session
directory during finalize_session_directory will fail.  On Unix,
change the permissions on the parent directory to be read-only.  On
Windows, open and leak a file inside the `-working` directory.
2026-03-19 22:37:45 -04:00
..