fix some things in Num

This commit is contained in:
Folkert 2022-04-08 20:24:17 +02:00
parent 4dafe08544
commit e9f7427c67
No known key found for this signature in database
GPG key ID: 1F17F6FFD112B97C
3 changed files with 8 additions and 2 deletions

View file

@ -2460,7 +2460,9 @@ fn foo<'a>(
packages: &[],
exposes: unspace(arena, header.exposes.items),
imports: unspace(arena, header.imports.items),
extra: HeaderFor::Interface,
extra: HeaderFor::Builtin {
generates_with: &[],
},
};
(info, parse_state)