Bad error message when rustpkg can't create the build
directory
#9215
Labels
A-diagnostics
Area: Messages for errors, warnings, and lints
build
directory
#9215
@singingboyo spotted this one: If your workspace contains a file called
build
that's not a directory, rustpkg doesn't fail very gracefully; the current behavior is:It should print an error message explaining that it couldn't create a directory because a file with that name exists.
The text was updated successfully, but these errors were encountered: