If I convert std::run::process_status() to a generic function, parameterized by <S: Str>, as part of PR #8203, the snapshot compiler complains with
error: internal compiler error: encode_symbol: id not found 230917
Since I compiled libstd at stage2 just fine, I'm assuming that the next snapshot will cause this problem to go away.
If I convert
std::run::process_status()to a generic function, parameterized by<S: Str>, as part of PR #8203, the snapshot compiler complains withSince I compiled libstd at stage2 just fine, I'm assuming that the next snapshot will cause this problem to go away.