summaryrefslogtreecommitdiffstats
path: root/vendor/annotate-snippets/tests/fixtures/no-color/strip_line_char.txt
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/annotate-snippets/tests/fixtures/no-color/strip_line_char.txt')
-rw-r--r--vendor/annotate-snippets/tests/fixtures/no-color/strip_line_char.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/annotate-snippets/tests/fixtures/no-color/strip_line_char.txt b/vendor/annotate-snippets/tests/fixtures/no-color/strip_line_char.txt
new file mode 100644
index 000000000..3d4b700cd
--- /dev/null
+++ b/vendor/annotate-snippets/tests/fixtures/no-color/strip_line_char.txt
@@ -0,0 +1,6 @@
+error[E0308]: mismatched types
+ --> $DIR/whitespace-trimming.rs:4:193
+ |
+LL | ... let _: () = 42ñ
+ | ^^ expected (), found integer
+ |