diff options
| author | bors <bors@rust-lang.org> | 2023-12-05 18:34:58 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-12-05 18:34:58 +0000 |
| commit | 8fc8aa98d6dd5884fab2299488d4840eb7ae05e0 (patch) | |
| tree | 6c0db94a87165818032151997bb1e479e4ce8303 /compiler/rustc_codegen_llvm/src/errors.rs | |
| parent | 8851621498e996f52521a8399e5fb62a7506f99f (diff) | |
| parent | af1b58fa39d3e880641b543d11ce4a053508e9ee (diff) | |
| download | rust-8fc8aa98d6dd5884fab2299488d4840eb7ae05e0.tar.gz rust-8fc8aa98d6dd5884fab2299488d4840eb7ae05e0.zip | |
Auto merge of #11904 - pgerber:regex, r=xFrednet
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
changelog: [`regex`]: add support for start and end word boundary assertions ("\<", "\b{start}", etc.) introduced in regex v0.10
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/errors.rs')
0 files changed, 0 insertions, 0 deletions
