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 uses reductive guarantees. Additive runtime effects such as `io`, `allocates`, `may_panic`, and `may_fail` are not valid effects.",
265
266
},
267
+
DiagnosticExplanation{
268
+
code: code::INVALID_TRY_OPERATOR,
269
+
title:"invalid try operator",
270
+
explanation:"`?` may only be used inside functions that return a compatible `Result<T, E>` type.",
0 commit comments