Skip to content

Commit 15a89db

Browse files
committed
Update limitation on extern variables
1 parent 8b63ced commit 15a89db

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ There are multiple unsupported cases that should be considered when generating b
112112
3. There is no way to reuse already generated bindings.
113113
Bindgen outputs bindings also for headers that were included in a given header.
114114
4. Type qualifiers `const`, `volatile` and `restrict` are not supported.
115+
5. Extern variables are read-only.
115116

116117
## License
117118

0 commit comments

Comments
 (0)