Rust 1.20 stabilized the compile_error!
macro, which means we can finally output useful errors from macros and unusable feature-flag combinations!
Here are the places with code comments just waiting to use this macro:
@killercup - I'd like to tackle this issue. I think I may be able to also solve #624 while doing this?
@notryanb it's yours!
👍 I'll look into #624 separately.
Diesel CLI and Infer Schema should also use this in the places they currently fail to compile when built with 0 features.
Most helpful comment
Diesel CLI and Infer Schema should also use this in the places they currently fail to compile when built with 0 features.