add test for transitive alias import

This commit is contained in:
Folkert 2020-11-11 01:19:54 +01:00
parent 984cf744e3
commit cf80e2852f
9 changed files with 135 additions and 27 deletions

View file

@ -972,7 +972,7 @@ fn add_category<'b>(
this_is,
alloc.text(" an uniqueness attribute of type:"),
]),
Storage => alloc.concat(vec![this_is, alloc.text(" a value of type:")]),
Storage(_file, _line) => alloc.concat(vec![this_is, alloc.text(" a value of type:")]),
DefaultValue(_) => alloc.concat(vec![this_is, alloc.text(" a default field of type:")]),
}