-
Notifications
You must be signed in to change notification settings - Fork 965
Open
Labels
Milestone
Description
After #1172 several test cases in cli-rustup will be ignored because rustup is unexpectedly showing UNC (\\?\
) file paths (and show_toolchain_override
is disabled today), probably because of the normalization being done to the paths during the override directory walk.
When these paths are reported, they probably need to be converted back to non-UNC paths where it is unambiguous, or perhaps should not be converted to UNC in the first place. I do not know the semantics here well enough to know why the paths need to be converted to UNC in the first place, or in which cases they don't need to be. Maybe @Diggsey or @retep998 can say.