Package: rust-target / 2.1.0-2

Metadata

Package Version Patches format
rust-target 2.1.0-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable test.patch | (download)

Cargo.toml | 8 4 4 - 0 !
tests/binary.rs | 4 2 2 - 0 !
2 files changed, 6 insertions( ), 6 deletions(-)

 disable the test.
 * This crate is literally translating conditional compilation macros to
 corresponding values. There's not much point in testing, other than mistyped
 values.
 * It only covers and runs on x86_64-linux-gnu and some basic Windows and macOS
 conditions, leaving out all the architectures Debian supports.
 * It runs in a bizarre way, using a full blown crate to find the built, pretty
 much demo-only, binary, and runs it.
 * Happens to remove all B-Ds.