diff options
| author | Peter Gerber <peter@arbitrary.ch> | 2023-12-02 13:04:39 +0000 |
|---|---|---|
| committer | Peter Gerber <peter@arbitrary.ch> | 2023-12-02 19:44:36 +0000 |
| commit | af1b58fa39d3e880641b543d11ce4a053508e9ee (patch) | |
| tree | 12599b1d86cf6d18ef95e27f90a87e6952687ad2 /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | ee8376075d8fcfa0bacc316e0417981cd458044c (diff) | |
| download | rust-af1b58fa39d3e880641b543d11ce4a053508e9ee.tar.gz rust-af1b58fa39d3e880641b543d11ce4a053508e9ee.zip | |
Update regex-syntax to support new word boundry assertions
From the regex v1.10.0 release notes [1]:
This is a new minor release of regex that adds support for start
and end word boundary assertions. [...]
The new word boundary assertions are:
• \< or \b{start}: a Unicode start-of-word boundary (\W|\A
on the left, \w on the right).
• \> or \b{end}: a Unicode end-of-word boundary (\w on the
left, \W|\z on the right)).
• \b{start-half}: half of a Unicode start-of-word boundary
(\W|\A on the left).
• \b{end-half}: half of a Unicode end-of-word boundary
(\W|\z on the right).
[1]: https://github.com/rust-lang/regex/blob/master/CHANGELOG.md#1100-2023-10-09
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
