diff options
| author | RoccoDev <roccodev.business@gmail.com> | 2020-03-11 16:30:09 +0100 |
|---|---|---|
| committer | RoccoDev <roccodev.business@gmail.com> | 2020-04-11 16:15:24 +0200 |
| commit | b85c64c3ea147cadc6014fdea710718a8a153b6b (patch) | |
| tree | 2a0cb385a81db48176799ebb1707dd6d60fc96c9 /src/test/ui/static | |
| parent | 1f3b65921effc08ea1171bdbbcad70765ecacb22 (diff) | |
rustc: Add a warning count upon completion
Diffstat (limited to 'src/test/ui/static')
| -rw-r--r-- | src/test/ui/static/static-lifetime-bound.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/static/static-lifetime-bound.stderr b/src/test/ui/static/static-lifetime-bound.stderr index 90d728204e7..79d9506619e 100644 --- a/src/test/ui/static/static-lifetime-bound.stderr +++ b/src/test/ui/static/static-lifetime-bound.stderr @@ -17,6 +17,6 @@ LL | f(&x); LL | } | - `x` dropped here while still borrowed -error: aborting due to previous error +error: aborting due to previous error; 1 warning emitted For more information about this error, try `rustc --explain E0597`. |
