diff options
| author | Josh Driver <keeperofdakeys@gmail.com> | 2017-02-06 22:14:38 +1030 |
|---|---|---|
| committer | Josh Driver <keeperofdakeys@gmail.com> | 2017-02-16 22:03:15 +1030 |
| commit | 2d91e7aab8e91410d504ebfa48d16fca36b04614 (patch) | |
| tree | a0f9403ccd17cd8dd24f47712c42f6af6e39b4df /src/test/compile-fail/empty-macro-use.rs | |
| parent | 05a7f25cc42d08aa541f50876915489bdc0eb4bb (diff) | |
Refactor macro resolution errors + add derive macro suggestions
Diffstat (limited to 'src/test/compile-fail/empty-macro-use.rs')
| -rw-r--r-- | src/test/compile-fail/empty-macro-use.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/compile-fail/empty-macro-use.rs b/src/test/compile-fail/empty-macro-use.rs index d8cf23d1ff0..823a7426079 100644 --- a/src/test/compile-fail/empty-macro-use.rs +++ b/src/test/compile-fail/empty-macro-use.rs @@ -14,5 +14,6 @@ extern crate two_macros; pub fn main() { - macro_two!(); //~ ERROR macro undefined + macro_two!(); + //~^ ERROR cannot find macro } |
