diff --git a/plrust/src/tests.rs b/plrust/src/tests.rs index da2656c7..44a94ffe 100644 --- a/plrust/src/tests.rs +++ b/plrust/src/tests.rs @@ -789,7 +789,6 @@ mod tests { #[pg_test] #[search_path(@extschema@)] #[should_panic(expected = "error: declaration of a static with `link_section`")] - #[ignore] // TODO: raise MSRV fn plrust_block_unsafe_link_section() { let definition = r#" CREATE OR REPLACE FUNCTION link_section() RETURNS BIGINT