mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-22 18:15:07 +03:00
308824acec
Make version check in gdb_rust_pretty_printing.py more compatible. Some versions of Python don't support the `major` field on the object returned by `sys.version_info`. Fixes #35724 r? @brson