-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Closed
Description
The following code always returns false whereas it shouldn't:
use std::path::Path;
fn main() {
println!("{}", Path::new("src") == Path::new("./src"));
}Here, both Paths refer to the same location. I'm writing a patch (canonicalize function).
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels