winit-sonoma-fix/src/platform/macos
YVT 559681b0ed [macOS] Fix crashes due to the stabilization of the ! (never) type (#428)
Due to the recent changes in the Rust compiler, unconstrained type
variables are now deduced to `!` instead of `()`. There are some
occurrences where `msg_send!` is used without constraining its return
type (relying on the assumption that they would be deduced to be `()`).
As a result, the macOS port of winit stopped working.

This PR fixes this issue (#426) by adding explicit return types to
such uses of `msg_send!`.
2018-03-21 20:36:06 +01:00
..
events_loop.rs Add support for Caret (^) Key in OSX (de_DE) (#380) 2018-01-25 13:32:30 +01:00
mod.rs Remove api_transition macro (#279) 2017-09-06 17:32:24 +02:00
monitor.rs Implement MonitorId::get_hidpi_factor for macOS (#410) 2018-03-06 09:35:04 +01:00
window.rs [macOS] Fix crashes due to the stabilization of the ! (never) type (#428) 2018-03-21 20:36:06 +01:00