Skip to content

Commit

Permalink
chore(review): use derive_more Display
Browse files Browse the repository at this point in the history
Co-authored-by: Alexey Orlenko <alex@aqrln.net>
  • Loading branch information
jkomyno and aqrln authored Oct 15, 2024
1 parent da44ead commit 6d8e6c5
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions libs/crosstarget-utils/src/common/regex.rs
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
use std::fmt::Display;
use derive_more::Display;

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / test

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / tests (--lib --features=all-native)

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb44

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb42

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_2

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres9

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql_2017

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres16

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres13

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql_2022

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_1_0

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres12

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql_2019

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / test (postgres16, false, postgres, 16)

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres15

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql_mariadb

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres14

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres11

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / run

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres10

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql_5_6

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / vitess_8_0

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql_5_7

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql_8

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / clippy linting

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / schema-engine-cli on ubuntu-latest

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroach_23_1

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / query-engine-node-api on ubuntu-latest

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / React Native / Android build for commit 9a6be4b720ceba73eb2a3049f2bfef3c4c07d1e4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / query-engine on ubuntu-latest

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql-lts on Windows

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / schema-engine-cli on macos-13

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / query-engine on macos-13

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / schema-engine-cli on windows-latest

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mariadb on Windows

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / query-engine-node-api on windows-latest

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql join 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json join 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / query-engine-node-api on macos-13

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json join 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 4/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 2/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 1/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 3/4

unresolved import `derive_more`

Check failure on line 1 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json join 3/4

unresolved import `derive_more`

#[derive(Debug)]
#[derive(Debug, Display)]
#[display("Regular expression error: {message}")]

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / test

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / tests (--lib --features=all-native)

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb44

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb42

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_2

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres9

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql_2017

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres16

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres13

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql_2022

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_1_0

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres12

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql_2019

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / test (postgres16, false, postgres, 16)

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres15

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql_mariadb

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres14

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres11

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / run

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres10

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql_5_6

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / vitess_8_0

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql_5_7

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql_8

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / clippy linting

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / schema-engine-cli on ubuntu-latest

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroach_23_1

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / query-engine-node-api on ubuntu-latest

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / React Native / Android build for commit 9a6be4b720ceba73eb2a3049f2bfef3c4c07d1e4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / query-engine on ubuntu-latest

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql-lts on Windows

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / schema-engine-cli on macos-13

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / query-engine on macos-13

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / schema-engine-cli on windows-latest

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mariadb on Windows

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / query-engine-node-api on windows-latest

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql join 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json join 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / query-engine-node-api on macos-13

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json join 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 4/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 3/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 2/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 1/4

cannot find attribute `display` in this scope

Check failure on line 4 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 3/4

cannot find attribute `display` in this scope
pub struct RegExpError {
pub message: String,
}

impl Display for RegExpError {
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
write!(f, "Regular expression error: {}", self.message)
}
}

impl std::error::Error for RegExpError {}

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / test

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / tests (--lib --features=all-native)

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb44

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb42

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_2

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres9

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql_2017

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres16

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres13

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql_2022

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroach_22_1_0

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres12

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql_2019

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / test (postgres16, false, postgres, 16)

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres15

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql_mariadb

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres14

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres11

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / run

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres10

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql_5_6

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / vitess_8_0

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql_5_7

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql_8

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / clippy linting

`common::regex::RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / schema-engine-cli on ubuntu-latest

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroach_23_1

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / query-engine-node-api on ubuntu-latest

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / React Native / Android build for commit 9a6be4b720ceba73eb2a3049f2bfef3c4c07d1e4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / query-engine on ubuntu-latest

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql-lts on Windows

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / schema-engine-cli on macos-13

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / query-engine on macos-13

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / graphql query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / sqlite / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / graphql join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / json join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / schema-engine-cli on windows-latest

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / json join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / graphql query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mariadb on Windows

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / graphql query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.2 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 4.4 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / graphql query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / query-engine-node-api on windows-latest

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / json query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2019 / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.1 / json join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2017 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql mariadb / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / json query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / graphql join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 22.2 / graphql join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mssql 2022 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / graphql join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / json query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 11 / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / cockroachdb 23.1 / graphql join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 15 / graphql query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 12 / json join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mongodb 5 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / graphql join 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 10 / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql join 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / json join 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 13 / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / query-engine-node-api on macos-13

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 14 / json query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json join 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 9 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / json query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 8 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 4/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.6 / json query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 2/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / postgres 16 / graphql query 1/4

`RegExpError` doesn't implement `std::fmt::Display`

Check failure on line 9 in libs/crosstarget-utils/src/common/regex.rs

View workflow job for this annotation

GitHub Actions / mysql 5.7 / graphql query 3/4

`RegExpError` doesn't implement `std::fmt::Display`

/// Flag modifiers for regular expressions.
Expand Down

0 comments on commit 6d8e6c5

Please sign in to comment.