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
The text was updated successfully, but these errors were encountered:
dozn
changed the title
Segfault When Using Type Parameter With struct Which Does Not Accept a Type Parameter (But Its Field Does!)
Segfault When Passing Type to struct Which Doesn't Have Type Parameter (Inner Field Does, Though)
Feb 9, 2025
Context
Expected Behavior
Compiler error, as S2 does not accept a type, yet we're still able to pass one in.
Current Behavior
Segfault.
Odin: dev-2025-02:0683a3d67
OS: Windows 11 Professional (version: 23H2), build 22631.4751
CPU: AMD Ryzen 7 3700X 8-Core Processor
RAM: 65457 MiB
Backend: LLVM 18.1.8
The text was updated successfully, but these errors were encountered: