Fix proc_macro output with struct parse error

This commit is contained in:
Esteban Küber 2017-11-25 08:48:11 -08:00
parent 0e241d0059
commit cf9283ea93
2 changed files with 9 additions and 2 deletions

View file

@ -17,7 +17,8 @@ extern crate derive_bad;
#[derive(
A
)]
//~^^ ERROR: proc-macro derive produced unparseable tokens
//~^^ ERROR proc-macro derive produced unparseable tokens
//~| ERROR expected `:`, found `}`
struct A;
fn main() {}