1
Fork 0
rust/library/unwind/src
Matthias Krüger e13f454874
Rollup merge of #119590 - ChrisDenton:cfg-target-abi, r=Nilstrieb
Stabilize `cfg_target_abi`

This stabilizes the `cfg` option called `target_abi`:

```rust
#[cfg(target_abi = "eabihf")]
```

Tracking issue: #80970

fixes #78791
resolves #80970
2024-02-25 17:05:19 +01:00
..
lib.rs Stabilize cfg_target_abi 2024-02-24 17:52:03 -03:00
libunwind.rs library: use addr_of! 2024-02-24 16:02:17 +03:00
unwinding.rs unwind: add support for using unwinding crate 2023-11-16 15:23:09 +08:00