summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type/issue-91268.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/ui/type/issue-91268.rs')
-rw-r--r--src/test/ui/type/issue-91268.rs9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/test/ui/type/issue-91268.rs b/src/test/ui/type/issue-91268.rs
new file mode 100644
index 000000000..f1e16bc7b
--- /dev/null
+++ b/src/test/ui/type/issue-91268.rs
@@ -0,0 +1,9 @@
+// error-pattern: this file contains an unclosed delimiter
+// error-pattern: cannot find type `ţ` in this scope
+// error-pattern: parenthesized type parameters may only be used with a `Fn` trait
+// error-pattern: type arguments are not allowed on builtin type `u8`
+// error-pattern: mismatched types
+// ignore-tidy-trailing-newlines
+// `ţ` must be the last character in this file, it cannot be followed by a newline
+fn main() {
+ 0: u8(ţ \ No newline at end of file