expect expr: Test what happens with a spurious trailing comma
In theory the (compile_error!, include!)
construct might produce
(compile_error!, 1,)
which wouldn't be a syntax error,
but Rust lints for this.
This is good, because it's difficult otherwise to construct a simple context in which precisely one expression is required.