Skip to content
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

Fix panic on 'wasm32-unknown-unknown' target. #1

Merged
merged 1 commit into from
Nov 22, 2019

Conversation

alexlapa
Copy link
Contributor

Compiler panic:

Compiler panic occurs when trying to build tracerr on wasm32-unknown-unknown target (cargo build --target=wasm32-unknown-unknown)

thread 'rustc' panicked at 'src/librustc_resolve/macros.rs:715: inconsistent resolution for a macro', src/librustc/util/bug.rs:37:26
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace.

error: internal compiler error: unexpected panic

note: the compiler unexpectedly panicked. this is a bug.

note: we would appreciate a bug report: https://github.com/rust-lang/rust/blob/master/CONTRIBUTING.md#bug-reports

note: rustc 1.39.0 (4560ea788 2019-11-04) running on x86_64-unknown-linux-gnu

note: compiler flags: -C debuginfo=2 -C incremental --crate-type lib

note: some of the compiler flags provided by cargo are hidden

error: could not compile `tracerr`.

To learn more, run the command again with --verbose.

It is already reported rust-lang/rust#64450.

@alexlapa alexlapa added the enhancement New feature or request label Nov 21, 2019
@alexlapa alexlapa self-assigned this Nov 21, 2019
@alexlapa alexlapa requested a review from tyranron November 21, 2019 15:27
@tyranron tyranron changed the title WIP: Fix panic on 'wasm32-unknown-unknown' target. Fix panic on 'wasm32-unknown-unknown' target. Nov 22, 2019
Copy link
Member

@tyranron tyranron left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FCM

Fix panic on 'wasm32-unknown-unknown' target (#1)

See: https://github.com/rust-lang/rust/issues/64450

@tyranron tyranron merged commit c81ab7a into master Nov 22, 2019
@tyranron tyranron deleted the change-derive-more-import branch November 22, 2019 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants