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.
This code
struct Empty; match Empty { Empty(..) => {} }
compiles on stable 1.5 (no RFC 218 warning) but fails on beta 1.6 with E0164.