commure / datatest

Datatest -- data-driven test framework for Rust
Apache License 2.0
53 stars 15 forks source link

Update code to continue working under current nighlty #1

Closed estebank closed 5 years ago

estebank commented 5 years ago

Current nighlty chokes with an interaction with serde, where it can't identify the appropriate type for the first argument to ::datatest::describe. Use turbofish to be explicit. Works both on current nightly and 2018-12-20.

estebank commented 5 years ago

@idubrov just in case you were wondering what my changes had been.

idubrov commented 5 years ago

Was addressed in https://github.com/commure/datatest/commit/b43a344d8fd5229f098e962c728a2df681039906