Sha256: 8e90a674b3960f9516cb38f4eea0e0981ff902c3b33572ebdb6c5528d3ffa72c

Contents?: true

Size: 183 Bytes

Versions: 31

Compression:

Stored size: 183 Bytes

Contents

macro_rules! check {
    ($f:tt) => {
        assert_eq!(pretty($f), stringify!($f));
    };
    (-$f:tt) => {
        assert_eq!(pretty(-$f), concat!("-", stringify!($f)));
    };
}

Version data entries

31 entries across 31 versions & 1 rubygems

Version Path
wasmtime-29.0.0 ./ext/cargo-vendor/ryu-1.0.18/tests/macros/mod.rs
wasmtime-28.0.0 ./ext/cargo-vendor/ryu-1.0.18/tests/macros/mod.rs
wasmtime-27.0.0 ./ext/cargo-vendor/ryu-1.0.18/tests/macros/mod.rs
wasmtime-26.0.0 ./ext/cargo-vendor/ryu-1.0.18/tests/macros/mod.rs
wasmtime-25.0.2 ./ext/cargo-vendor/ryu-1.0.18/tests/macros/mod.rs
wasmtime-25.0.1 ./ext/cargo-vendor/ryu-1.0.18/tests/macros/mod.rs
wasmtime-25.0.0 ./ext/cargo-vendor/ryu-1.0.18/tests/macros/mod.rs
wasmtime-24.0.0 ./ext/cargo-vendor/ryu-1.0.18/tests/macros/mod.rs
wasmtime-23.0.2 ./ext/cargo-vendor/ryu-1.0.16/tests/macros/mod.rs
wasmtime-22.0.0 ./ext/cargo-vendor/ryu-1.0.16/tests/macros/mod.rs
wasmtime-21.0.1 ./ext/cargo-vendor/ryu-1.0.16/tests/macros/mod.rs
wasmtime-20.0.2 ./ext/cargo-vendor/ryu-1.0.16/tests/macros/mod.rs
wasmtime-20.0.0 ./ext/cargo-vendor/ryu-1.0.16/tests/macros/mod.rs
wasmtime-18.0.3 ./ext/cargo-vendor/ryu-1.0.16/tests/macros/mod.rs
wasmtime-17.0.1 ./ext/cargo-vendor/ryu-1.0.16/tests/macros/mod.rs
wasmtime-17.0.0 ./ext/cargo-vendor/ryu-1.0.16/tests/macros/mod.rs
wasmtime-16.0.0 ./ext/cargo-vendor/ryu-1.0.16/tests/macros/mod.rs
wasmtime-15.0.1 ./ext/cargo-vendor/ryu-1.0.16/tests/macros/mod.rs
wasmtime-15.0.0 ./ext/cargo-vendor/ryu-1.0.16/tests/macros/mod.rs
wasmtime-14.0.4 ./ext/cargo-vendor/ryu-1.0.15/tests/macros/mod.rs