-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Inconsistent resolution for an import #67170
Comments
anurbol
changed the title
inconsistent resolution for an import
Inconsistent resolution for an import
Dec 9, 2019
Closed
Backtrace
|
Duplicate of #64450 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I was not sure if this is a bug in the Rust compiler, because I am doing something that was not supposed to work, but the Rust compiler says it is a bug (and asked to report it). What I did:
The problem only occurs when passing
--target wasm32-unknown-unknown
flag. Simplecargo build --release
works fine.The text was updated successfully, but these errors were encountered: