You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
src/game_window.rs:37:18: 37:23 error: mismatched types: expected `~game_state::GameState:Send` but found `~T` (expected trait game_state::GameState but found ~-ptr)
src/game_window.rs:37 self.state = state;
I attempted to compile this code:
It gave me the error:
The following code did compile:
I was made aware on the IRC Chat that both of these snippets of code should have worked.
Rust Version: master (0.10-pre)
OS: Mac OSX 10.9
Architecture: x86_64
The text was updated successfully, but these errors were encountered: