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:"RSScript v0.4.1 removed `share` as a data effect. Retention must be declared with `effects(retains(param))`.",
257
258
},
259
+
DiagnosticExplanation{
260
+
code: code::REMOVED_RUNTIME_EFFECT,
261
+
title:"removed runtime effect",
262
+
explanation:"RSScript v0.4.1 uses reductive guarantees. Additive runtime effects such as `io`, `allocates`, `may_panic`, and `may_fail` are not valid effects.",
0 commit comments