-
-
Save nikomatsakis/64c3dad8de645722bd3d06e700aab7a4 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
==21894== Massif, a heap profiler | |
==21894== Copyright (C) 2003-2017, and GNU GPL'd, by Nicholas Nethercote | |
==21894== Using Valgrind-3.14.0.GIT and LibVEX; rerun with -h for copyright info | |
==21894== Command: rustc --crate-name syn src/lib.rs --crate-type lib --emit=dep-info,link -C debuginfo=2 --cfg feature="clone-impls" --cfg feature="default" --cfg feature="derive" --cfg feature="parsing" --cfg feature="printing" --cfg feature="quote" -C metadata=37ed4cbef60aaf81 -C extra-filename=-37ed4cbef60aaf81 --out-dir /home/nmatsakis/versioned/rust-9/regr/syn/target/debug/deps -C incremental=/home/nmatsakis/versioned/rust-9/regr/syn/target/debug/incremental -L dependency=/home/nmatsakis/versioned/rust-9/regr/syn/target/debug/deps --extern unicode_xid=/home/nmatsakis/versioned/rust-9/regr/syn/target/debug/deps/libunicode_xid-b1ae62631230ceec.rlib --extern quote=/home/nmatsakis/versioned/rust-9/regr/syn/target/debug/deps/libquote-3300daee4b74fe1f.rlib --extern proc_macro2=/home/nmatsakis/versioned/rust-9/regr/syn/target/debug/deps/libproc_macro2-4b1ce6d50004054c.rlib | |
==21894== | |
thread 'main' panicked at 'internal error: entered unreachable code: not all instructions were compiled! found uncompiled instruction: Compiled(Bytes(InstBytes { goto: 12, start: 101, end: 101 }))', target/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-0.1.73/src/compile.rs:743 | |
note: Run with `RUST_BACKTRACE=1` for a backtrace. | |
==21894== |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment