Skip to content

Instantly share code, notes, and snippets.

@olsonjeffery
Last active December 20, 2015 13:08
Show Gist options
  • Save olsonjeffery/6135919 to your computer and use it in GitHub Desktop.
Save olsonjeffery/6135919 to your computer and use it in GitHub Desktop.
~object issue?
/home/jeff/src/rust/src/libstd/rt/uv/uvio.rs:312:27: 312:77 error: failed to find an implementation of trait ~rt::rtaio::RtaioTcpStreamAsync:Send for rt::uv::uvaio::UvTcpStreamAsync
/home/jeff/src/rust/src/libstd/rt/uv/uvio.rs:312 Ok(_) => cb(Ok(~UvTcpStreamAsync(watcher) as ~RtaioTcpStreamAsync)),
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
error: aborting due to previous error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment