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

link with rustc_driver #4

Merged
merged 1 commit into from
Nov 6, 2019
Merged

Conversation

akiradeveloper
Copy link
Contributor

To prevent the error we see when compiling cargo-snippet 0.3 with the nightly (1.40) rustc_driver should be linked with.
thread 'rustc' panicked at 'cannot access a scoped thread local variable without calling set first', /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-1.0.0/src/lib.rs:168:9

ref: rust-lang/rust#63283

Signed-off-by: Akira Hayakawa ruby.wktk@gmail.com

To prevent the error we see when compiling cargo-snippet 0.3 with the nightly (1.40) rustc_driver should be linked with.
thread 'rustc' panicked at 'cannot access a scoped thread local variable without calling `set` first', /Users/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/scoped-tls-1.0.0/src/lib.rs:168:9

ref: rust-lang/rust#63283

Signed-off-by: Akira Hayakawa <ruby.wktk@gmail.com>
@hatoo hatoo merged commit c54d043 into hatoo:master Nov 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants