aboutsummaryrefslogtreecommitdiff
path: root/ui-tests/src/bin/gats.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'ui-tests/src/bin/gats.stderr')
-rw-r--r--ui-tests/src/bin/gats.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/ui-tests/src/bin/gats.stderr b/ui-tests/src/bin/gats.stderr
new file mode 100644
index 0000000..e8c73c4
--- /dev/null
+++ b/ui-tests/src/bin/gats.stderr
@@ -0,0 +1,5 @@
+error: dynamize does not (yet?) support generic associated types
+ --> src/bin/gats.rs:3:12
+ |
+3 | type A<'a>: Into<&'a str>;
+ | ^^