mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-30 13:06:28 +03:00
96ee19851b
The current logic used to transfer global_excludes into vfs exclusions only transfers global_excludes that are the parent of an item in dirs.include. This commit additionally adds an item from global_exclude to the vfs exclusions if the global_exclude is a child of an included item.