You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm curious if and how the distributed slice works with provenance. Embedded Rust does similar things (defining a range of memory using a start and end symbol) and seems to be worried about taking the address of such symbols to build the range in between. See rust-embedded/wg#771 for reference. Is this also a concern for this crate? If yes, how is this currently addressed?
The text was updated successfully, but these errors were encountered:
I'm curious if and how the distributed slice works with provenance. Embedded Rust does similar things (defining a range of memory using a start and end symbol) and seems to be worried about taking the address of such symbols to build the range in between. See rust-embedded/wg#771 for reference. Is this also a concern for this crate? If yes, how is this currently addressed?
The text was updated successfully, but these errors were encountered: