about summary refs log tree commit diff
path: root/src/test/ui/span
diff options
context:
space:
mode:
authorRafael Fernández López <ereslibre@ereslibre.es>2018-01-02 20:00:12 +0100
committerRafael Fernández López <ereslibre@ereslibre.es>2018-01-03 00:42:12 +0100
commit063607eecbbdff53ee0cbc4b3f9a8ff49448f741 (patch)
treeb9afbec5a28b4b2165f8895e7211ed369ae84d9e /src/test/ui/span
parent687d3d15ba726dbb1ac6b85223ebe0e98c6820cc (diff)
downloadrust-063607eecbbdff53ee0cbc4b3f9a8ff49448f741.tar.gz
rust-063607eecbbdff53ee0cbc4b3f9a8ff49448f741.zip
Only bump error count when we are sure that the diagnostic is not a repetition.
This ensures that if we emit the same diagnostic twice, the error count will
match the real number of errors shown to the user.

Fixes #42106
Diffstat (limited to 'src/test/ui/span')
-rw-r--r--src/test/ui/span/macro-ty-params.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/span/macro-ty-params.stderr b/src/test/ui/span/macro-ty-params.stderr
index e3e9334d9fb..2ac132f708c 100644
--- a/src/test/ui/span/macro-ty-params.stderr
+++ b/src/test/ui/span/macro-ty-params.stderr
@@ -22,5 +22,5 @@ error: generic arguments in macro path
 20 |     m!(MyTrait<>); //~ ERROR generic arguments in macro path
    |               ^^
 
-error: aborting due to 5 previous errors
+error: aborting due to 4 previous errors