We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
type Option*[T] = object proc point*[A](v: A, t: typedesc[Option[A]]): Option[A] = discard discard point(1, Option)
another regression reported by @vegansk in #5621
The text was updated successfully, but these errors were encountered:
attempt to fix nim-lang#5632 typedesc typeRel regression
623eb3c
2f9a698
cannot instantiate T
update nim-lang#5632 test
6ce4e70
No branches or pull requests
another regression reported by @vegansk in #5621
The text was updated successfully, but these errors were encountered: