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
explanation:"The MVP checker could not prove the returned value is fresh. Current proof support trusts clean locals, struct constructors, and known fresh calls.",
276
277
},
278
+
DiagnosticExplanation{
279
+
code: code::INVALID_FRESH_RETURN_TYPE,
280
+
title:"invalid fresh return type",
281
+
explanation:"`fresh` may only be used with struct types. Classes and resources are not fresh values.",
0 commit comments