summaryrefslogtreecommitdiffstats
path: root/src/test/ui/inference/char-as-str-single.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/inference/char-as-str-single.fixed')
-rw-r--r--src/test/ui/inference/char-as-str-single.fixed1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/inference/char-as-str-single.fixed b/src/test/ui/inference/char-as-str-single.fixed
index e401492a8..bab1854dc 100644
--- a/src/test/ui/inference/char-as-str-single.fixed
+++ b/src/test/ui/inference/char-as-str-single.fixed
@@ -8,4 +8,5 @@
fn main() {
let _: char = 'a'; //~ ERROR mismatched types
let _: char = '人'; //~ ERROR mismatched types
+ let _: char = '\''; //~ ERROR mismatched types
}