Compiletest error messages

This commit is contained in:
David Tolnay
2016-09-28 12:46:54 -07:00
parent 1b6fd5a362
commit b27039d34d
10 changed files with 10 additions and 10 deletions
@@ -4,7 +4,7 @@
extern crate serde_derive;
#[derive(Serialize)] //~ ERROR: custom derive attribute panicked
#[serde(abc="xyz")] // ERROR: unknown serde container attribute `abc`
#[serde(abc="xyz")] //~^ HELP: unknown serde container attribute `abc`
struct A {
x: u32,
}