-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Example command fails with Deserialize error #27
Comments
Same here, I did
cargo 0.26.0-nightly (1d6dfea44 2018-01-26) |
Can you try again after adding this line back https://github.com/nbp/holyjit/blob/master/rustc.sh#L16 If this works, can you provide the output of |
hey, it didn't help (same result)
|
I tried running the example command in the README, but I got this:
~/projects/holyjit$ RUSTC_WRAPPER=$(pwd)/rustc.sh cargo run --example brainfuck
Finished dev [unoptimized + debuginfo] target(s) in 0.0 secs
Running
target/debug/examples/brainfuck
Did not found JIT Code in the context.
Start compiling ...
bincode::ErrorKind = IoError: failed to fill whole buffer
JIT Compiler Error: Deserialize
The text was updated successfully, but these errors were encountered: