about summary refs log tree commit diff
path: root/library/std/src/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorDylan McKay <me@dylanmckay.io>2020-06-19 19:04:30 +1200
committerDylan McKay <me@dylanmckay.io>2020-07-22 05:16:26 +1200
commit5581ce6c10ae0b4e6503db0081e2defd7ef829ff (patch)
tree7a0f333cc5588a3dbbd5f664301539ba1ef33407 /library/std/src/sys/unix/stack_overflow.rs
parent8ae5eadb22f378b6b1d277c4e7e978639b47838c (diff)
downloadrust-5581ce6c10ae0b4e6503db0081e2defd7ef829ff.tar.gz
rust-5581ce6c10ae0b4e6503db0081e2defd7ef829ff.zip
[AVR] Ensure that function pointers stored within aggregates are annotated with the correct space
Before this patch, a function pointer stored within an aggregate like a
struct or an enum would always have the default address space `0`.

This patch removes this assumption and instead, introspects the inner
type being pointed at, storing the target address space in the PointeeInfo
struct so that downstream users may query it.
Diffstat (limited to 'library/std/src/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions