-
Notifications
You must be signed in to change notification settings - Fork 332
Enable RUST_BOOTSTRAP=1 environment #344
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
Comments
Should be |
Why do you want to expand macros in Gecko? We wouldn't be able to do this easily anyhow, I'd think, since cbindgen runs as part of the export phase, and thus cannot depend on other compiled artifacts. Though maybe since it invokes rustc by itself it'd be fine. That being said, I think it'd be better to just enable it in Gecko if we were to do this, you can do it easily changing |
I would be useful the documentation mentioned that BTW, what is the reason for this? It seems |
|
I am aware. I was wondering why |
This would allow having
parse.expand.crates
incbindgen.toml
without requiring the nightly compiler. Related to #38 . Would make Gecko's life easier.cc @eqrion @staktrace
The text was updated successfully, but these errors were encountered: