-
-
Save durka/7bbb98f77e9cef6f8f96041b9c54d45f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Alexs-MacBook-Air-3:nll alex$ cargo +nightly run ../test/*nll | |
| Compiling lalrpop v0.13.1 | |
| error: failed to run custom build command for `lalrpop v0.13.1` | |
| process didn't exit successfully: `/Users/alex/Programming/rust/nll/nll/target/debug/build/lalrpop-ae994b50db2e6ddc/build-script-build` (signal: 6, SIGABRT: process abort signal) | |
| --- stdout | |
| processing file `/Users/alex/.cargo/registry/src/github.com-1ecc6299db9ec823/lalrpop-0.13.1/src/parser/lrgrammar.lalrpop` | |
| --- stderr | |
| thread 'main' has overflowed its stack | |
| fatal runtime error: stack overflow | |
| Alexs-MacBook-Air-3:nll alex$ time /Users/alex/Programming/rust/nll/nll/target/debug/build/lalrpop-ae994b50db2e6ddc/build-script-build | |
| real 0m0.013s | |
| user 0m0.003s | |
| sys 0m0.009s | |
| Alexs-MacBook-Air-3:nll alex$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment