Crates.io | tnfilt |
lib.rs | tnfilt |
version | 0.1.1 |
source | src |
created_at | 2019-09-24 00:14:46.29344 |
updated_at | 2019-09-24 16:29:53.631154 |
description | Turn typenum compilation error messages into something fit for a human |
homepage | |
repository | https://github.com/auxoncorp/tnfilt |
max_upload_size | |
id | 167147 |
size | 6,314 |
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`
$ cargo install --git ssh://git@github.com/auxoncorp/tnfilt.git --force
$ cargo build 2>&1 | tnfilt
tnfilt
is licensed under the MIT License (MIT) unless otherwise
noted. Please see LICENSE for more details.