-
Notifications
You must be signed in to change notification settings - Fork 70
Build broken on MacOs #28
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
Unfortunately this is a bug in the latest Rust nightly - rust-lang/rust#88043. If you specify an older nightly in the Rust tool chain it should work for you. |
Ok, this works:
Even though the bug is not in BTW, speaking of stability, are there plans for a new release of |
Yep, happy to keep the task open. Although my CI tests just started passing, so I think if you try nightly again now it should work? I'll put it on my todo list to make a starlark-rust release this week. Makes sense to do another one. |
Closing this issue, but tracking the release as #29 |
Did something just update in the past few hours that breaks the build on macOs? My code now fails to compile, showing this error:
...which
$ cargo tree
shows is being imported bystarlark-rust
:The text was updated successfully, but these errors were encountered: