You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: pgrx-tests/tests/todo/busted-exotic-signature.stderr
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ error[E0277]: the trait bound `Vec<Option<PgHeapTuple<'_, AllocatedByRust>>>: Ar
5
5
| ------------ in this procedural macro expansion
6
6
11 | fn exotic_signature(
7
7
12 | _cats: pgrx::default!(
8
-
| ^^^^^ the trait `ArgAbi<'_>` is not implemented for `Vec<Option<PgHeapTuple<'_, AllocatedByRust>>>`, which is required by `Option<Vec<Option<PgHeapTuple<'_, AllocatedByRust>>>>: ArgAbi<'_>`
8
+
| ^^^^^ the trait `ArgAbi<'_>` is not implemented for `Vec<Option<PgHeapTuple<'_, AllocatedByRust>>>`
9
9
|
10
10
= help: the following other types implement trait `ArgAbi<'fcx>`:
| ^^^^ the trait `ArgAbi<'_>` is not implemented for `Vec<Option<pgrx::prelude::PgHeapTuple<'_, pgrx::AllocatedByRust>>>`, which is required by `Option<Vec<Option<pgrx::prelude::PgHeapTuple<'_, pgrx::AllocatedByRust>>>>: ArgAbi<'_>`
48
+
| ^^^^ the trait `ArgAbi<'_>` is not implemented for `Vec<Option<pgrx::prelude::PgHeapTuple<'_, pgrx::AllocatedByRust>>>`
49
49
|
50
50
= help: the following other types implement trait `ArgAbi<'fcx>`:
Copy file name to clipboardExpand all lines: pgrx-tests/tests/todo/roundtrip-tests.stderr
+3-10Lines changed: 3 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -58,7 +58,6 @@ error[E0277]: the trait bound `Vec<Option<&[u8]>>: ArgAbi<'_>` is not satisfied
58
58
54 | | test_rt_array_bytea,
59
59
55 | | Vec<Option<&[u8]>>,
60
60
... |
61
-
63 | | ]
62
61
64 | | );
63
62
| |_____- in this macro invocation
64
63
|
@@ -88,7 +87,6 @@ error[E0277]: the trait bound `Vec<Option<&[u8]>>: FromDatum` is not satisfied
88
87
54 | | test_rt_array_bytea,
89
88
55 | | Vec<Option<&[u8]>>,
90
89
... |
91
-
63 | | ]
92
90
64 | | );
93
91
| |_____- in this macro invocation
94
92
|
@@ -103,15 +101,15 @@ note: required by a bound in `pgrx::Spi::get_one_with_args`
103
101
| ^^^^^^^^^ required by this bound in `Spi::get_one_with_args`
104
102
= note: this error originates in the macro `roundtrip_test` which comes from the expansion of the macro `roundtrip` (in Nightly builds, run with -Z macro-backtrace for more info)
105
103
106
-
error[E0277]: the trait bound `Vec<Option<&str>>: FromDatum` is not satisfied
104
+
error[E0284]: type annotations needed: cannot satisfy `for<'arr> <Option<&str> as UnboxDatum>::As<'arr> == Option<&str>`
| ^^^^ the trait `ArgAbi<'_>` is not implemented for `Vec<Option<pgrx::prelude::PgHeapTuple<'_, pgrx::AllocatedByRust>>>`, which is required by `Option<Vec<Option<pgrx::prelude::PgHeapTuple<'_, pgrx::AllocatedByRust>>>>: ArgAbi<'_>`
48
+
| ^^^^ the trait `ArgAbi<'_>` is not implemented for `Vec<Option<pgrx::prelude::PgHeapTuple<'_, pgrx::AllocatedByRust>>>`
49
49
|
50
50
= help: the following other types implement trait `ArgAbi<'fcx>`:
0 commit comments