fix: UI test: add unsafe() for link_section

This commit is contained in:
Oleksandr Babak 2025-05-15 18:23:55 +02:00 committed by Emil Fresk
parent d16ad16bd7
commit b2764f5760

View file

@ -4,7 +4,7 @@
mod app {
#[shared]
struct Shared {
#[link_section = ".custom_section"]
#[unsafe(link_section = ".custom_section")]
foo: (),
}