Skip to content

Instantly share code, notes, and snippets.

@OneSadCookie
Created April 26, 2015 04:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save OneSadCookie/4fa395765be45cafa09e to your computer and use it in GitHub Desktop.
Save OneSadCookie/4fa395765be45cafa09e to your computer and use it in GitHub Desktop.
gl_bindings.rs:17611:30: 17611:56 error: mismatched types:
expected `*const libc::types::common::c95::c_void`,
found `*const libc::types::common::c95::c_void`
(expected enum `libc::types::common::c95::c_void`,
found a different enum `libc::types::common::c95::c_void`) [E0308]
/Users/keith/Code/Rustermind/target/debug/build/Rustermind-93cd331803113f4a/out/gl_bindings.rs:17611 load_with(|name| loader.get_proc_addr(name));
^~~~~~~~~~~~~~~~~~~~~~~~~~
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment