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 application panicked (crashed).
Message: type aliases cannot be used intype namespace
Location: compiler/noirc_frontend/src/hir/resolution/import.rs:233
To Reproduce
Try to compile
Project Impact
Nice-to-have
Impact Context
I'm implementing my own Serde and because of this bug - I can't use consistent syntax, but need to switch and use Type::serialize(x) for structs and x.serialize() for Bytes32.
Aim
This code should compile without breaking the compiler:
Expected Behavior
Compiles
Bug
To Reproduce
Project Impact
Nice-to-have
Impact Context
I'm implementing my own Serde and because of this bug - I can't use consistent syntax, but need to switch and use
Type::serialize(x)
for structs andx.serialize()
forBytes32
.Workaround
Yes
Workaround Description
As described above
Additional Context
No response
Installation Method
Binary (
noirup
default)Nargo Version
nargo version = 0.28.0
NoirJS Version
No response
Would you like to submit a PR for this Issue?
None
Support Needs
No response
The text was updated successfully, but these errors were encountered: