https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=233028
--- Comment #8 from Jan Beich <[email protected]> --- (In reply to jakub_lach from comment #6) > DEBUG: Executing: `/usr/local/bin/rustc --version --verbose` > DEBUG: The command returned non-zero exit status -12. Can you build a simple program? Maybe reinstall from the binary package. If it doesn't help file a bug assigned to rust@ team. I'm not part of rust@ and not interested in various ways rust package may break. $ echo 'fn main() {}' | rustc - $ echo $? $ ./rust_out $ echo $? Note, lang/rust is going to be updated soon: review D18427. -- You are receiving this mail because: You are the assignee for the bug. _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "[email protected]"
