summaryrefslogtreecommitdiffstats
path: root/src/test/ui/str/str-as-char.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/str/str-as-char.stderr')
-rw-r--r--src/test/ui/str/str-as-char.stderr13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/test/ui/str/str-as-char.stderr b/src/test/ui/str/str-as-char.stderr
deleted file mode 100644
index c3cb488e3..000000000
--- a/src/test/ui/str/str-as-char.stderr
+++ /dev/null
@@ -1,13 +0,0 @@
-error: character literal may only contain one codepoint
- --> $DIR/str-as-char.rs:4:14
- |
-LL | println!('●●');
- | ^^^^
- |
-help: if you meant to write a `str` literal, use double quotes
- |
-LL | println!("●●");
- | ~~~~
-
-error: aborting due to previous error
-