tikv / fail-rs

Fail points for rust
Apache License 2.0
338 stars 40 forks source link

Rust 2018 #26

Closed brson closed 5 years ago

brson commented 5 years ago

Fixes https://github.com/pingcap/fail-rs/issues/21

I've tested this changed against the tikv/failpoints test suite and everything looks ok.

This doesn't make any idiomatic changes, like removing 'extern crates'. I'll follow up with additional issues there.

This bumps the version to 0.3.

brson commented 5 years ago

There's been a complication with the tikv toolchain upgrade (https://github.com/tikv/tikv/pull/4138#issuecomment-458649545), so we might want to wait on this to see how that turns out.

brson commented 5 years ago

tikv is on 2018 now. This is ready to merge. PTAL @kennytm @nrc