mirror of
https://github.com/roc-lang/roc.git
synced 2025-10-02 08:11:12 +00:00
Update reporting/src/error/type.rs
Co-authored-by: Richard Feldman <oss@rtfeldman.com>
This commit is contained in:
parent
551e0b907e
commit
78ce0f8f3e
1 changed files with 1 additions and 1 deletions
|
@ -3159,7 +3159,7 @@ fn type_problem_to_pretty<'b>(
|
|||
|
||||
let bad_rigid_var = |name: Lowercase, a_thing| {
|
||||
let kind_of_value = match opt_ability {
|
||||
Some(ability) => alloc.concat(vec![
|
||||
Some(ability) => alloc.concat([
|
||||
alloc.reflow("any value implementing the "),
|
||||
alloc.symbol_unqualified(ability),
|
||||
alloc.reflow(" ability"),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue