Implements errors and warnings from the specification

Now in technicolor
This commit is contained in:
Louis Dureuil
2023-01-12 17:50:39 +01:00
parent e16b5c615a
commit 0de9a3ffe7
3 changed files with 79 additions and 20 deletions

2
Cargo.lock generated
View File

@ -2285,6 +2285,7 @@ dependencies = [
"assert-json-diff",
"async-stream",
"async-trait",
"atty",
"brotli",
"bstr 1.1.0",
"byte-unit",
@ -2344,6 +2345,7 @@ dependencies = [
"tar",
"temp-env",
"tempfile",
"termcolor",
"thiserror",
"time",
"tokio",