You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As part of #368, we need to extend chalk's TypeName to model the built-in str type.
You can follow #394 which provides a rough model of what needs to be extended. str should be roughly like u32.
You would need to
add str to TypeName
extend parser to accept str as a type name, and add a suitable node to the AST
Update the current state table to include str. I don't think it requires any special handling, its impls live in the standard library (and it does not implement Sized).
As part of #368, we need to extend chalk's
TypeName
to model the built-instr
type.You can follow #394 which provides a rough model of what needs to be extended.
str
should be roughly likeu32
.You would need to
str
toTypeName
str
as a type name, and add a suitable node to the ASTSized
).This issue has been assigned to @Mcat12 via this comment.
The text was updated successfully, but these errors were encountered: