You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cargo outputs subcommand failed with signal: 11 for every subcommand if the "authors" attribute is missing. E.g. this segfault:
[project]
name = "segfault"
version = "0.0.1"
#authors = ["UberLambda <paolo.jovon@gmail.com>"] <- Omitting this segfaults subcommands
[[lib]]
...
A proper error message would be more user-friendly.
The text was updated successfully, but these errors were encountered:
UberLambda
changed the title
Subcommand segfault if the "authors"attribute is missing from "project"
Subcommand segfault if the "authors" attribute is missing from "project"
Aug 7, 2014
Cargo outputs
subcommand failed with signal: 11
for every subcommand if the "authors" attribute is missing. E.g. this segfault:A proper error message would be more user-friendly.
The text was updated successfully, but these errors were encountered: