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, 0 insertions, 5 deletions
diff --git a/tests/ui/project/ambiguous-let.stderr b/tests/ui/project/ambiguous-let.stderr
deleted file mode 100644
index 2e66484..0000000
--- a/tests/ui/project/ambiguous-let.stderr
+++ /dev/null
@@ -1,5 +0,0 @@
-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:18:9
- |
-18 | let Struct(x) = match Pin::new(&mut foo).project() {
- | ^^^^^^^^^