Type of some unexpected value #6278
Unanswered
hubertp
asked this question in
Work In Progress - Engine
Replies: 1 comment 8 replies
-
As for |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This subject came up as part of the discussion on a PR.
It's trivial to replace that to throw a
Panic
but we seem to rely on that under some circumstances.I saw at least that we check
UnresolvedSymbol
AtomWithHole
What should be the type of those?
Any
,Nothing
? We probably shouldn't throw a Panic then since we rely on it in a regular flow e.g. in meta./cc @JaroslavTulach @kustosz @radeusgd @Akirathan
Beta Was this translation helpful? Give feedback.
All reactions