diff options
| author | Jonas Schievink <jonas@schievink.net> | 2015-08-15 19:37:25 +0200 |
|---|---|---|
| committer | Jonas Schievink <jonas@schievink.net> | 2015-08-15 21:27:52 +0200 |
| commit | 5e8d39ebfd0353b0912fbdbe9763977f8fb72fb3 (patch) | |
| tree | 1a4576d7a5bcb4ca47d189ec679d0398140846d9 /src/test | |
| parent | c1e865c9df3c6928525025e410fc3d165fb97c85 (diff) | |
| download | rust-5e8d39ebfd0353b0912fbdbe9763977f8fb72fb3.tar.gz rust-5e8d39ebfd0353b0912fbdbe9763977f8fb72fb3.zip | |
Slightly improved macro diagnostics + Indentation fixes
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/compile-fail/macro-match-nonterminal.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/compile-fail/macro-match-nonterminal.rs b/src/test/compile-fail/macro-match-nonterminal.rs index a66b6387014..6cca729e2c2 100644 --- a/src/test/compile-fail/macro-match-nonterminal.rs +++ b/src/test/compile-fail/macro-match-nonterminal.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -macro_rules! test { ($a, $b) => (()); } //~ ERROR Cannot transcribe +macro_rules! test { ($a, $b) => (()); } //~ ERROR missing fragment fn main() { test!() |
