Advertisement
Guest User

Untitled

a guest
Jan 24th, 2015
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. rc/main.rs:6 let mut glfw = glfw::init(glfw::FAIL_ON_ERRORS).unwrap();
  2. ^~~~~~~~
  3. src/main.rs:11:5: 11:33 error: the type of this value must be known in this context
  4. src/main.rs:11 window.set_key_polling(true);
  5. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
  6. src/main.rs:12:26: 12:26 help: methods from traits can only be called if the trait is implemented and in scope; the following trait defines a method `make_current`, perhaps you need to implement it:
  7. src/main.rs:12:26: 12:26 help: candidate #1: `glfw::Context`
  8. error: aborting due to 2 previous errors
  9. Could not compile `hello_world`.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement