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
As noted in PR #424, the ? operator is still unstable. I'm wondering if it should stay (since unstable things usually aren't document). It looks like it may get stabilized soonish, so maybe it doesn't matter? (tracking issue: rust-lang/rust#48075)
I've written the grammar for macros which includes this, but I'm unsure if I should continue the trend of keeping this unstable syntax.
The text was updated successfully, but these errors were encountered:
As noted in PR #424, the ? operator is still unstable. I'm wondering if it should stay (since unstable things usually aren't document). It looks like it may get stabilized soonish, so maybe it doesn't matter? (tracking issue: rust-lang/rust#48075)
I've written the grammar for macros which includes this, but I'm unsure if I should continue the trend of keeping this unstable syntax.
The text was updated successfully, but these errors were encountered: