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 Path
s refer to the same location. I'm writing a patch (canonicalize function).
Metadata
Metadata
Assignees
Labels
No labels