You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like libglob is generating a list of candidate paths by listing entries in the current directory, and then matching those component for component against the provided glob. Since paths are always normalized, . and .. in a glob can't possibly match.
I'm vaguely looking at fixing this but I can't see any clever way to do it right now.
output :
rustc 0.10-pre
host: x86_64-unknown-linux-gnu
The text was updated successfully, but these errors were encountered: