#typenum #error #turn #compilation #fit #human #b1

app tnfilt

Turn typenum compilation error messages into something fit for a human

2 releases

0.1.1 Sep 24, 2019
0.1.0 Sep 24, 2019

#15 in #typenum

Custom license

5KB
78 lines

tnfilt

Overview

Turn your typenum compilation errors into something fit for a human. tnfilt turns this:

error[E0271]: type mismatch resolving `<typenum::UInt<typenum::UInt<typenum::UInt<typenum::UInt<typenum::UInt<typenum::UTerm, typenum::B1>, typenum::B0>, typenum::B1>, typenum::B0>, typenum::B0> as typenum::IsLessOrEqual<typenum::UInt<typenum::UInt<typenum::UInt<typenum::UInt<typenum::UTerm, typenum::B1>, typenum::B0>, typenum::B1>, typenum::B0>>>::Output == typenum::B1`

into this:

error[E0271]: type mismatch resolving `<U20 as typenum::IsLessOrEqual<U10>>::Output == typenum::B1`

Getting Started

$ cargo install --git ssh://git@github.com/auxoncorp/tnfilt.git --force

Usage

$ cargo build 2>&1 | tnfilt

License

tnfilt is licensed under the MIT License (MIT) unless otherwise noted. Please see LICENSE for more details.

Dependencies

~1MB
~18K SLoC