Taiki Endo

Results 934 comments of Taiki Endo

If https://github.com/Amanieu/corosensei provides the functionality we need, I think it's okay to switch to it.

Um, what kind of behavior are we actually looking for here? - To properly check the combination of features, compilation per crate is required. - If you want to handle...

I don't have a strong opinion on this API yet, but: > unsafe { (&raw mut (*inner_ptr).sleep).drop_in_place() }; > unsafe { opt_ptr.write(None) }; This code is unsound because if the...

cc @ryoqun (who implemented this option in https://github.com/taiki-e/cargo-hack/pull/253)