Update bindgen in ESR68. r=glandium, a=RyanVM
authorCarsten Schoenert <c.schoenert@t-online.de>
Mon, 9 Dec 2019 15:34:15 +0000 (16:34 +0100)
committerCarsten Schoenert <c.schoenert@t-online.de>
Sat, 14 Dec 2019 09:31:09 +0000 (09:31 +0000)
commit7cbb4fd8adbcddfb9adeb38d20fec69be01bbb40
tree97fe3db8957fb9dd07e796adf9009ba3641d8d4b
parent4988a3dcc84cf93e0ff8229cfab8460ad2f20629
Update bindgen in ESR68. r=glandium, a=RyanVM

Gbp-Pq: Topic fixes
Gbp-Pq: Name Update-bindgen-in-ESR68.-r-glandium-a-RyanVM.patch
18 files changed:
Cargo.lock
third_party/rust/bindgen/.cargo-checksum.json
third_party/rust/bindgen/Cargo.lock [new file with mode: 0644]
third_party/rust/bindgen/Cargo.toml
third_party/rust/bindgen/csmith-fuzzing/README.md [new file with mode: 0644]
third_party/rust/bindgen/src/codegen/bitfield_unit.rs
third_party/rust/bindgen/src/codegen/helpers.rs
third_party/rust/bindgen/src/codegen/mod.rs
third_party/rust/bindgen/src/features.rs
third_party/rust/bindgen/src/ir/analysis/has_vtable.rs
third_party/rust/bindgen/src/ir/analysis/sizedness.rs
third_party/rust/bindgen/src/ir/comp.rs
third_party/rust/bindgen/src/ir/derive.rs
third_party/rust/bindgen/src/ir/enum_ty.rs
third_party/rust/bindgen/src/ir/function.rs
third_party/rust/bindgen/src/lib.rs
third_party/rust/bindgen/src/main.rs
third_party/rust/bindgen/src/options.rs