diff options
| author | bors <bors@rust-lang.org> | 2019-01-22 16:14:42 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2019-01-22 16:14:42 +0000 |
| commit | 96909179d9ec80db286605876ce67659dd16fd4b (patch) | |
| tree | 9f5ba74870a2aaac4a42bf65ae1320b277411a81 /src/librustdoc/html/static/source-script.js | |
| parent | ad30e9a6814b5d29dfbdcd85ecde48afcc94389b (diff) | |
| parent | 9430423cab6909792fb1b3a850f1c3c8974a5111 (diff) | |
| download | rust-96909179d9ec80db286605876ce67659dd16fd4b.tar.gz rust-96909179d9ec80db286605876ce67659dd16fd4b.zip | |
Auto merge of #57647 - cuviper:gdb-version, r=tromey
[rust-gdb] relax the GDB version regex The pretty-printer script is checking `gdb.VERSION` to see if it's at least 8.1 for some features. With `re.match`, it will only find the version at the beginning of that string, but in Fedora the string is something like "Fedora 8.2-5.fc29". Using `re.search` instead will find the first location that matches anywhere, so it will find my 8.2.
Diffstat (limited to 'src/librustdoc/html/static/source-script.js')
0 files changed, 0 insertions, 0 deletions
