As seen in https://github.com/conda-forge/staged-recipes/pull/26081, where it was necessary to add `{{ compiler("c") }}` just to get its [run-export](https://github.com/conda-forge/ctng-compiler-activation-feedstock/blob/bc40bf36410363e2f87cffdada4e33d302c9f7f6/recipe/meta.yaml#L36-L38) on `libgcc-ng`. If rust-compiled binaries end up [needing](https://github.com/conda-forge/staged-recipes/pull/26081#discussion_r1572136159) `libgcc_s.so.1`, we should add the run-export here.
As seen in conda-forge/staged-recipes#26081, where it was necessary to add
{{ compiler("c") }}just to get its run-export onlibgcc-ng.If rust-compiled binaries end up needing
libgcc_s.so.1, we should add the run-export here.