We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Never
!
Recently, [features(never_type)] is stabilized in rustc master branch. PR Link
And I remember that Never type in futures is a temporary replacement for !. Now ! type is stabilized and shall we proceed to replace Never with !?
futures