Skip to content

Instantly share code, notes, and snippets.

@karl-zylinski
Created January 29, 2014 20:06
Show Gist options
  • Save karl-zylinski/8695870 to your computer and use it in GitHub Desktop.
Save karl-zylinski/8695870 to your computer and use it in GitHub Desktop.
D:\Dokument\GitHub\rust-sfml\src\rsfml\graphics\render_window.rs:200:32: 200:39
error: instantiating a type parameter with an incompatible type `std::cell::RefC
ell<graphics::view::View>`, which does not fulfill `Freeze`
D:\Dokument\GitHub\rust-sfml\src\rsfml\graphics\render_window.rs:200
let def_view = Rc::new(RefCell::new(Wrappable::wrap(raw_def_view)));
^~~~~~~
D:\Dokument\GitHub\rust-sfml\src\rsfml\graphics\render_window.rs:255:32: 255:39
error: instantiating a type parameter with an incompatible type `std::cell::RefC
ell<graphics::view::View>`, which does not fulfill `Freeze`
D:\Dokument\GitHub\rust-sfml\src\rsfml\graphics\render_window.rs:255
let def_view = Rc::new(RefCell::new(Wrappable::wrap(raw_def_view)));
^~~~~~~
error: aborting due to 2 previous errors
task '<unnamed>' failed at 'explicit failure', C:\bot\slave\dist2-win\build\src\
libsyntax\diagnostic.rs:75
task '<unnamed>' failed at 'receiving on a closed channel', C:\bot\slave\dist2-w
in\build\src\libstd\comm\mod.rs:728
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment