aboutsummaryrefslogtreecommitdiff
path: root/tests/ui/project/ambiguous-let.stderr
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/project/ambiguous-let.stderr')
-rw-r--r--tests/ui/project/ambiguous-let.stderr5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/ui/project/ambiguous-let.stderr b/tests/ui/project/ambiguous-let.stderr
new file mode 100644
index 0000000..e6552c8
--- /dev/null
+++ b/tests/ui/project/ambiguous-let.stderr
@@ -0,0 +1,5 @@
+error: Both initializer expression and pattern are replaceable, you need to split the initializer expression into separate let bindings to avoid ambiguity
+ --> $DIR/ambiguous-let.rs:16:9
+ |
+16 | let Struct(x) = match Pin::new(&mut foo).project() {
+ | ^^^^^^^^^