diff options
author | Christian Poveda <christian.poveda@ferrous-systems.com> | 2022-10-07 12:08:52 -0500 |
---|---|---|
committer | Emilio Cobos Álvarez <emilio@crisal.io> | 2022-10-16 20:23:34 +0200 |
commit | 17dd0931306977abd13c90532d35b86237fcd7a7 (patch) | |
tree | 925970fe111799ed32acbad7b856efd10c4085fe /bindgen/codegen/impl_debug.rs | |
parent | 626797bf6c0e2602a8d5a53dae078be9b94c179c (diff) |
Handle incomplete external array constants
This adds a new special case for constants like:
```c
extern const char some_static_string[];
```
so `bindgen` emits a `static` instead of a `static mut` for them.
Diffstat (limited to 'bindgen/codegen/impl_debug.rs')
0 files changed, 0 insertions, 0 deletions