-
Notifications
You must be signed in to change notification settings - Fork 547
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
gfx_device_gl 0.16.1 compilation error on latest nightly - "could not find format_args
in core
"
#2964
Comments
This is also blocking me from building my project. |
I noticed this recently as I wanted to mess about with some profile-overrides (nightly only). Refactoring from I'd say this is a rustc regression, but it's pretty harmless to fix the pre-ll code too. Particularly as the |
@alexheretic we'd be happy to accept a PR, yes. |
2980: [v0.18] Remove `core` alias in gfx_device_gl r=kvark a=alexheretic Fixes gfx_device_gl to compile on recent nightlies, fixes #2964. Cherry picked from #2979 into `v0.18`. PR checklist: - [x] tested examples with the following backends: gl Co-authored-by: Alex Butler <[email protected]>
2979: [pre-ll] Remove `core` alias in gfx_device_gl r=kvark a=alexheretic Fixes `gfx_device_gl` to compile on recent nightlies, see #2964. I only removed the alias usage in this crate as it was the one that seems to cause issues. PR checklist: - [x] tested examples with the following backends: gl Co-authored-by: Alex Butler <[email protected]>
2984: [v0.18] Release gfx_device_gl 0.16.2 r=kvark a=alexheretic Resolves #2964 Co-authored-by: Alex Butler <[email protected]>
This is fixed with |
@kvark this issue seems to have been fixed |
Currently attempting to update conrod, however travis's nightly build seems to be failing with the following error. Curiously, stable and beta build fine. I wonder if this is a bug in the latest rustc nightly?
I believe this is related to the pre-ll gfx.
The text was updated successfully, but these errors were encountered: