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
redub build --compiler=ldc2 of a newly created dub.sdl with only a mir dependency failed
The first error reads:
myHomeDirectory/.dub/packages/mir-core/1.7.1/mir-core/source/mir/algebraic.d(1474): Error: pure function mir.algebraic.Algebraic!(Ion_).Algebraic.opEquals!().opEquals cannot call impure function mir.annotated.U!(Algebraic!(Ion_)).Annotated.opEquals
dub build --compiler=ldc2 succeeds.
The text was updated successfully, but these errors were encountered:
redub build --compiler=ldc2 of a newly created dub.sdl with only a mir dependency failed
The first error reads:
myHomeDirectory/.dub/packages/mir-core/1.7.1/mir-core/source/mir/algebraic.d(1474): Error:
pure
functionmir.algebraic.Algebraic!(Ion_).Algebraic.opEquals!().opEquals
cannot call impure functionmir.annotated.U!(Algebraic!(Ion_)).Annotated.opEquals
dub build --compiler=ldc2 succeeds.
The text was updated successfully, but these errors were encountered: