Closed
Description
On Windows, I tried this code:
python x.py test src/test/ui/expr/compound-assignment/eval-order.rs --pass run
I expected to execute the file and give back a test result. Instead, it found zero results.
After an hour of flailing, I tired:
python x.py test src/test/ui\expr\compound-assignment\eval-order.rs --pass run
And to my (pleasant) surprised, it found the file.
Ideally, it shouldn't matter which path separator is used at any point.
Metadata
Metadata
Assignees
Labels
Area: Makes things more difficult for new or seasoned contributors to RustArea: The testsuite used to check the correctness of rustcCategory: This is a bug.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Call for participation: This issue has a mentor. Use #t-compiler/help on Zulip for discussion.Operating system: WindowsRelevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap)