Closed
Description
There are a few crates that are failing to build on Rust 1.26 with the error the trait bound '###' is not satisfied
. A lot of those errors seems to be related with !
.
- bismuth regressed from stable to beta (build log) cc @olson-sean-k
- cucumber regressed from stable to beta (build log) cc @acmcarther
- plexus 0.0.1 regressed from stable to beta (build log) - already fixed in plexus 0.0.9
- rspec regressed from stable to beta (build log) cc @mackwic
- td_rredis regressed from stable to beta (build log) cc @tickbh