Place compile-fail expected errors on their own line

This commit is contained in:
David Tolnay
2018-06-02 22:19:39 -07:00
parent 57de28744c
commit a4acc83282
67 changed files with 140 additions and 70 deletions
@@ -15,8 +15,9 @@ mod remote {
}
}
#[derive(Serialize)] //~ ERROR: 18:10: 18:19: failed to parse path: "~~~"
#[derive(Serialize)]
#[serde(remote = "~~~")]
//~^^ ERROR: failed to parse path: "~~~"
struct S {
a: u8,
}