Update crates/aiken-lang/src/tipo/error.rs

This commit is contained in:
Matthias Benkort 2023-02-09 09:25:33 +01:00 committed by GitHub
parent efbc3abb95
commit b803332f99
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1086,7 +1086,7 @@ pub enum Warning {
location: Span,
#[label("only one constructor")]
pattern_location: Span,
#[label("is not {}", "Data".purple())]
#[label("is not Data")]
value_location: Span,
sample: UntypedExpr,
},