Fix not instantiated uvar

This commit is contained in:
Radosław Rowicki 2019-10-09 17:42:12 +02:00 committed by GitHub
parent 18ae801333
commit 1ae0a42071
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1785,7 +1785,7 @@ solve_known_record_types(Env, Constraints) ->
C
end;
_ ->
type_error({not_a_record_type, RecType, When}),
type_error({not_a_record_type, instantiate(RecType), When}),
not_solved
end
end