mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 21:05:35 +01:00
fix: UI test: add unsafe() for link_section
This commit is contained in:
parent
d16ad16bd7
commit
b2764f5760
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
mod app {
|
||||
#[shared]
|
||||
struct Shared {
|
||||
#[link_section = ".custom_section"]
|
||||
#[unsafe(link_section = ".custom_section")]
|
||||
foo: (),
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue