Update crates/aiken-lang/src/tipo/error.rs
This commit is contained in:
parent
efbc3abb95
commit
b803332f99
|
@ -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,
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue