about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src/errors.rs
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-12-05 18:34:58 +0000
committerbors <bors@rust-lang.org>2023-12-05 18:34:58 +0000
commit8fc8aa98d6dd5884fab2299488d4840eb7ae05e0 (patch)
tree6c0db94a87165818032151997bb1e479e4ce8303 /compiler/rustc_codegen_llvm/src/errors.rs
parent8851621498e996f52521a8399e5fb62a7506f99f (diff)
parentaf1b58fa39d3e880641b543d11ce4a053508e9ee (diff)
downloadrust-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