Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b59d8384 authored by Martin Geisler's avatar Martin Geisler Committed by Automerger Merge Worker
Browse files

Revert^2 "pdl: Remove rustfmt from no_alloc test" am: 80555c61

parents 5191c3b3 80555c61
Loading
Loading
Loading
Loading
+2 −7
Original line number Diff line number Diff line
@@ -385,13 +385,8 @@ python_test_host {
// Defaults for the rust_noalloc backend
genrule_defaults {
    name: "pdl_rust_noalloc_generator_defaults",
    cmd: "set -o pipefail;" +
        " $(location :pdl) --output-format rust_no_alloc $(in) |" +
        " $(location :rustfmt) > $(out)",
    tools: [
        ":pdl",
        ":rustfmt",
    ],
    cmd: "$(location :pdl) --output-format rust_no_alloc $(in) > $(out)",
    tools: [":pdl"],
}

// Generate the rust_noalloc backend srcs against the little-endian test vectors