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

[WINDOWS] Crate regression glutin. Expected X found Y. #101384

Closed
Jerrody opened this issue Sep 3, 2022 · 4 comments
Closed

[WINDOWS] Crate regression glutin. Expected X found Y. #101384

Jerrody opened this issue Sep 3, 2022 · 4 comments
Labels
C-bug Category: This is a bug.

Comments

@Jerrody
Copy link
Contributor

Jerrody commented Sep 3, 2022

Platform: Windows 10
Toolchain: stable/nightly

Crate version:
glutin 0.2x.x

Mentioned in:
rust-windowing/glutin#1454
rust-windowing/glutin#1455

Error:

   Compiling glutin v0.29.1
error[E0308]: mismatched types
   --> C:\Users\hunte\.cargo\registry\src\github.com-1ecc6299db9ec823\glutin-0.29.1\src\platform_impl\windows\mod.rs:98:48
    |
98  |                         .and_then(|p| p.finish(hwnd))
    |                                         ------ ^^^^ expected `isize`, found *-ptr
    |                                         |
    |                                         arguments to this function are incorrect
    |
    = note:     expected type `isize`
            found raw pointer `*mut HWND__`
note: associated function defined here
   --> C:\Users\hunte\.cargo\registry\src\github.com-1ecc6299db9ec823\glutin-0.29.1\src\api\egl\mod.rs:740:12
    |
740 |     pub fn finish(self, nwin: ffi::EGLNativeWindowType) -> Result<Context, CreationError> {
    |            ^^^^^^ ----  ------------------------------

error[E0308]: mismatched types
   --> C:\Users\hunte\.cargo\registry\src\github.com-1ecc6299db9ec823\glutin-0.29.1\src\platform_impl\windows\mod.rs:113:48
    |
113 |                         .and_then(|p| p.finish(hwnd))
    |                                         ------ ^^^^ expected `isize`, found *-ptr
    |                                         |
    |                                         arguments to this function are incorrect
    |
    = note:     expected type `isize`
            found raw pointer `*mut HWND__`
note: associated function defined here
   --> C:\Users\hunte\.cargo\registry\src\github.com-1ecc6299db9ec823\glutin-0.29.1\src\api\egl\mod.rs:740:12
    |
740 |     pub fn finish(self, nwin: ffi::EGLNativeWindowType) -> Result<Context, CreationError> {
    |            ^^^^^^ ----  ------------------------------

For more information about this error, try `rustc --explain E0308`.
error: could not compile `glutin` due to 2 previous errors

Meta

stable:

rustc 1.63.0 (4b91a6ea7 2022-08-08)
binary: rustc
commit-hash: 4b91a6ea7258a947e59c6522cd5898e7c0a6a88f
commit-date: 2022-08-08
host: x86_64-pc-windows-msvc
release: 1.63.0
LLVM version: 14.0.5

nightly:

rustc 1.65.0-nightly (c07a8b4e0 2022-08-26)
binary: rustc
commit-hash: c07a8b4e09f356c7468b69c50cac7fc5b5000b8a
commit-date: 2022-08-26
host: x86_64-pc-windows-msvc
release: 1.65.0-nightly
@Jerrody Jerrody added the C-bug Category: This is a bug. label Sep 3, 2022
@Jerrody Jerrody changed the title [WINDOWS]Crate regression glutin. [WINDOWS] Crate regression glutin. Sep 3, 2022
@Jerrody Jerrody changed the title [WINDOWS] Crate regression glutin. [WINDOWS] Crate regression glutin. Expected X found Y. Sep 3, 2022
@ChrisDenton
Copy link
Member

I think this is unlikely to be caused by the Rust compiler. The most likely explanation would be the crate you're using has switched from winapi to windows-sys.

@Jerrody
Copy link
Contributor Author

Jerrody commented Sep 3, 2022

I think this is unlikely to be caused by the Rust compiler. The most likely explanation would be the crate you're using has switched from winapi to windows-sys.

But I don't understand why this happens in version 0.26.0.

@ChrisDenton
Copy link
Member

You would have to ask them that.

@Jerrody
Copy link
Contributor Author

Jerrody commented Sep 3, 2022

You would have to ask them that.

Damn. Alright, I think that this issue is not relevant. I close it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug.
Projects
None yet
Development

No branches or pull requests

2 participants