about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc/src/errors.rs
diff options
context:
space:
mode:
authorJieyou Xu <jieyouxu@outlook.com>2025-07-12 20:10:36 +0800
committerJieyou Xu <jieyouxu@outlook.com>2025-07-13 14:28:41 +0800
commitafeed5067762d0a087744bda528cc3c95cb81e9a (patch)
tree09eb4c32ec0c0fecac4cfab462a7514ac5da985f /compiler/rustc_codegen_gcc/src/errors.rs
parentb1d2f2c64c6254b2a935d6a2d29b68f4511cf500 (diff)
downloadrust-afeed5067762d0a087744bda528cc3c95cb81e9a.tar.gz
rust-afeed5067762d0a087744bda528cc3c95cb81e9a.zip
Adjust `run_make_support::symbols` helpers
Massage the `symbols` helpers to fill out {match all, match any} x
{substring match, exact match}:

|           | Substring match                        | Exact match                   |
|-----------|----------------------------------------|-------------------------------|
| Match any | `object_contains_any_symbol_substring` | `object_contains_any_symbol`  |
| Match all | `object_contains_all_symbol_substring` | `object_contains_all_symbols` |

As part of this, rename `any_symbol_contains` to
`object_contains_any_symbol_substring` for accuracy.
Diffstat (limited to 'compiler/rustc_codegen_gcc/src/errors.rs')
0 files changed, 0 insertions, 0 deletions