tcdi / plrust

A Rust procedural language handler for PostgreSQL
PostgreSQL License
1.1k stars 32 forks source link

Fully resolve aliases in plrust-suspicious-trait-object #335

Closed thomcc closed 1 year ago

thomcc commented 1 year ago

What a hassle. The other lints aren't sensitive to this but just by coincidence -- using aliases in them causes the I-unsound Rust issue to resolve itself. I'll see if I can figure out a less error-prone way to do those.