srrrse

Results 226 comments of srrrse

I would've thought they would be shadowed, but I guess that's not happening for some unclear reason. Only way I know to fix this would be to release a new...

Alex Crichton informs me that adding the `use_extern_crate` feature to your `#![features()]` list may, in the most recent nightly, make @lnicola's solution work.

Sorry, the feature is called `use_extern_macros` not `use_extern_crate`, I am sort of sleep deprived

@xxks-kkk are you calling await inside of a function tagged `#[async]`?

> Is my instinct to minimise the size of aync_blocks wrong? I think so. Using an async_block means the code outside of that block will be run immediately; you should...

Possibly when you upgraded to 0.2 your lockfile changed, and there was a breaking change in stdweb.

I'll admit I always struggle to solve send/sync logic puzzles, but there's no way to go from `&SkipList` to `T`, only to `&T`.. that is, this is a single ownership...

> This is both inserting a T from the current thread to a &self of unknown thread origin, and optionally returning any existing T that was in &self already. That's...

> You do have IntoIterator for Set though, which would let you get the T back out by value. This is true, and is probably a problem.

Can you provide more information about which architecture you're compiling for and also which revision of kudzu you're testing?