mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 20:45:45 +03:00
d853666c7b
Setting LC_ALL to C helps keep gdb's output consistent ('print' gives us expected output). This fixes #17423. I do not have access to a windows/mac machines to test this. I've only tested it on an x86_64 linux box.