From 376cfff753777295da0b3e2e87f56d15ae7e62be Mon Sep 17 00:00:00 2001 From: Jubilee Young Date: Fri, 9 Dec 2022 13:26:54 -0800 Subject: [PATCH] Enable `#[link_section]` test This fixes tcdi/plrust#118 --- plrust/src/tests.rs | 1 - 1 file changed, 1 deletion(-) 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