lol

rustc: re-enable static_in_const

We saw this error when building main.rs:error: this needs a 'static lifetime or the static_in_const feature, see #35897

-5
-5
pkgs/development/compilers/rust/rustc.nix
··· 93 93 rm src/test/debuginfo/vec-slices.rs 94 94 rm src/test/debuginfo/vec.rs 95 95 96 - # this can probably be removed when rust is updated beyond 1.17 97 - # fixes a warning in the test harness (I think?) which fails the build due 98 - # to strict warnings 99 - sed -i '/static_in_const/d' src/tools/compiletest/src/main.rs 100 - 101 96 # Useful debugging parameter 102 97 # export VERBOSE=1 103 98 ''