Commit 7b5e554
committed
Instruct
This is necessary in order for `rustfmt` to understand our
(relatively-new) usages of rust `c"C Strings"`.
However, the word `gen` has been promoted to a keyword in 2024 edition,
which borks `rustfmt` in a different way. Fixing this requires that we
have a version of bindgen with
rust-lang/rust-bindgen#3100, which, of course,
has not been released yet. So I don't know where to go next.rustfmt to use --edition 2024
1 parent e35a74a commit 7b5e554
1 file changed
+21
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1197 | 1197 | | |
1198 | 1198 | | |
1199 | 1199 | | |
1200 | | - | |
| 1200 | + | |
| 1201 | + | |
| 1202 | + | |
| 1203 | + | |
1201 | 1204 | | |
1202 | | - | |
| 1205 | + | |
| 1206 | + | |
| 1207 | + | |
| 1208 | + | |
| 1209 | + | |
| 1210 | + | |
| 1211 | + | |
| 1212 | + | |
| 1213 | + | |
| 1214 | + | |
| 1215 | + | |
| 1216 | + | |
| 1217 | + | |
| 1218 | + | |
| 1219 | + | |
| 1220 | + | |
| 1221 | + | |
1203 | 1222 | | |
1204 | 1223 | | |
1205 | 1224 | | |
| |||
0 commit comments