pgcentralfoundation / pgrx

Build Postgres Extensions with Rust!
Other
3.57k stars 242 forks source link

Assuming the type of Rust idents in macros breaks type aliases #1710

Open workingjubilee opened 4 months ago

workingjubilee commented 4 months ago

See https://github.com/pgcentralfoundation/pgrx/pull/1702

It also breaks our code if someone introduces their own hand-rolled Result/etc.