mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 02:00:00 +03:00
4007adfb6b
gdb versions before 8.1 have a bug that prevents the BTreeSet and BTreeMap pretty-printers from working. This patch disables the test on those versions, and also disables the pretty-printers there as well. Closes #56730