-
-
Notifications
You must be signed in to change notification settings - Fork 14.5k
Closed
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc
Description
At revision 561511e I got a test failure with test/doc-tutorial/syntax_basics_14.rs:
x86_64-apple-darwin/test/doc-tutorial/syntax_basics_14.rs:3:0: 3:16 error: unresolved modulename: io
x86_64-apple-darwin/test/doc-tutorial/syntax_basics_14.rs:3 std::io::println(#env("PATH"));
Manually deleting the contents of the directory x86_64-apple-darwin/test/doc-tutorial fixed the problem. But the doc-tutorial tests should get rebuilt automatically without having to do that.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
A-testsuiteArea: The testsuite used to check the correctness of rustcArea: The testsuite used to check the correctness of rustc