about summary refs log tree commit diff
path: root/src/test/ui/annotate-snippet
diff options
context:
space:
mode:
authorPhilipp Hansch <dev@phansch.net>2019-06-03 07:38:55 +0200
committerPhilipp Hansch <dev@phansch.net>2019-06-04 18:46:00 +0200
commitbfe5d9796b38fdecab6cd7afd28e0a7f23e4915a (patch)
tree3da603faa127b27b1eefe657d85ba39595bf3455 /src/test/ui/annotate-snippet
parent4a6b91cd66e7293af2ff4120b510fab1818b45cf (diff)
downloadrust-bfe5d9796b38fdecab6cd7afd28e0a7f23e4915a.tar.gz
rust-bfe5d9796b38fdecab6cd7afd28e0a7f23e4915a.zip
eprint -> eprintln to add trailing newline
Diffstat (limited to 'src/test/ui/annotate-snippet')
-rw-r--r--src/test/ui/annotate-snippet/missing-type.stderr2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/annotate-snippet/missing-type.stderr b/src/test/ui/annotate-snippet/missing-type.stderr
index 1e84929d3c5..8857ae7d850 100644
--- a/src/test/ui/annotate-snippet/missing-type.stderr
+++ b/src/test/ui/annotate-snippet/missing-type.stderr
@@ -3,4 +3,4 @@ error[E0412]: cannot find type `Iter` in this scope
   |
 4 |     let x: Iter;
   |            ^^^^ not found in this scope
-  |
\ No newline at end of file
+  |