-
Notifications
You must be signed in to change notification settings - Fork 147
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
Support rust 1.70.0 #951
Comments
master build error with rustc 1.69.0 (84c898d65 2023-04-16)
|
Reported the ICE upstream at rust-lang/rust#112832 |
in the meantime can there be a |
FWIW, using Gluon on a project with Rust 1.71 does not compile either (though no compiler panics at least):
|
any update on this thread? |
Workaround: Sticking to the specific rust-compiler version 1.69, the code compiles Add the following file to the project root [toolchain]
channel = "1.69" |
seems to work on current nightly ? both the gluon-repl package and the head of this repository build just fine on 1.76 |
Gluon compiles on newer versions of rust again, I just forgot to close this one out |
While upgrading rust to 1.70.0, we found that fselect has some build issue with it, see the following build failure
full build log, https://github.com/Homebrew/homebrew-core/actions/runs/5164912796/jobs/9305636134
some regression test log in here as well, https://github.com/chenrui333/github-action-test/actions/runs/5269091593/jobs/9526714893
The text was updated successfully, but these errors were encountered: