We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This code
struct Empty; match Empty { Empty(..) => {} }
compiles on stable 1.5 (no RFC 218 warning) but fails on beta 1.6 with E0164.