This code ``` rust struct Empty; match Empty { Empty(..) => {} } ``` compiles on stable 1.5 (no RFC 218 warning) but fails on beta 1.6 with E0164.
This code
compiles on stable 1.5 (no RFC 218 warning) but fails on beta 1.6 with E0164.