Skip to content

Instantly share code, notes, and snippets.

@catamorphism
Created June 21, 2012 21:34
Show Gist options
  • Select an option

  • Save catamorphism/2968659 to your computer and use it in GitHub Desktop.

Select an option

Save catamorphism/2968659 to your computer and use it in GitHub Desktop.
compile: rt/x86_64-apple-darwin/rust_builtin.o
/Users/tchevalier/rust/src/rt/sync/lock_and_signal.h: In function 'void rust_wait_cond_lock(rust_cond_lock*)':
/Users/tchevalier/rust/src/rt/sync/lock_and_signal.h:27: error: 'bool lock_and_signal::lock_held_by_current_thread()' is private
/Users/tchevalier/rust/src/rt/rust_builtin.cpp:893: error: within this context
/Users/tchevalier/rust/src/rt/sync/lock_and_signal.h: In function 'bool rust_signal_cond_lock(rust_cond_lock*)':
/Users/tchevalier/rust/src/rt/sync/lock_and_signal.h:27: error: 'bool lock_and_signal::lock_held_by_current_thread()' is private
/Users/tchevalier/rust/src/rt/rust_builtin.cpp:907: error: within this context
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment