diff options
| author | Temirkhan Myrzamadi <hirrolot@gmail.com> | 2020-08-06 16:42:06 +0600 |
|---|---|---|
| committer | Temirkhan Myrzamadi <hirrolot@gmail.com> | 2020-09-30 12:00:59 +0600 |
| commit | 479298e05e8177b171c6d6bcd35fc7553b424bee (patch) | |
| tree | 83dfb2e0e66e4858a0fadbd6b7974752d854f732 /src/test/ui/missing | |
| parent | 13dfbb64d313137b7d3c33067910e90f27bc6345 (diff) | |
| download | rust-479298e05e8177b171c6d6bcd35fc7553b424bee.tar.gz rust-479298e05e8177b171c6d6bcd35fc7553b424bee.zip | |
Re-run tests with --bless
Diffstat (limited to 'src/test/ui/missing')
| -rw-r--r-- | src/test/ui/missing/missing-macro-use.stderr | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test/ui/missing/missing-macro-use.stderr b/src/test/ui/missing/missing-macro-use.stderr index 711e249d2bc..ced062269df 100644 --- a/src/test/ui/missing/missing-macro-use.stderr +++ b/src/test/ui/missing/missing-macro-use.stderr @@ -3,6 +3,9 @@ error: cannot find macro `macro_two` in this scope | LL | macro_two!(); | ^^^^^^^^^ + | + = note: consider importing this macro: + two_macros::macro_two error: aborting due to previous error |
