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

rustc --test for re-defined std #48045

Closed
nhynes opened this issue Feb 7, 2018 · 0 comments
Closed

rustc --test for re-defined std #48045

nhynes opened this issue Feb 7, 2018 · 0 comments

Comments

@nhynes
Copy link
Contributor

nhynes commented Feb 7, 2018

Running rustc --test using a custom std implementation gives errors that look like:

error: duplicate lang item in crate `std`: `f32`.
  |
  = note: first defined in crate `sgx_tstd`.

Is there any way to change the test harness to either use the custom std or not use std at all?

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

No branches or pull requests

1 participant