forked from M-Labs/nac3
nac3core: fix exception type in primitive store
This commit is contained in:
parent
76473152e8
commit
ffac37dc48
|
@ -84,7 +84,7 @@ impl TopLevelComposer {
|
|||
obj_id: DefinitionId(7),
|
||||
fields: vec![
|
||||
("__name__".into(), (int32, true)),
|
||||
("__file__".into(), (int32, true)),
|
||||
("__file__".into(), (str, true)),
|
||||
("__line__".into(), (int32, true)),
|
||||
("__col__".into(), (int32, true)),
|
||||
("__func__".into(), (str, true)),
|
||||
|
|
Loading…
Reference in New Issue