File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ bitflags = "1.0.3"
50
50
cexpr = " 0.6"
51
51
# This kinda sucks: https://github.com/rust-lang/cargo/issues/1982
52
52
clap = { version = " 2" , optional = true }
53
- clang-sys = { version = " 1" , features = [" clang_6_0 " ] }
53
+ clang-sys = { version = " 1" , features = [" clang_8_0 " ] }
54
54
lazycell = " 1"
55
55
lazy_static = " 1"
56
56
peeking_take_while = " 0.1.2"
Original file line number Diff line number Diff line change @@ -523,7 +523,8 @@ impl BindgenContext {
523
523
let index = clang:: Index :: new ( false , true ) ;
524
524
525
525
let parse_options =
526
- clang_sys:: CXTranslationUnit_DetailedPreprocessingRecord ;
526
+ clang_sys:: CXTranslationUnit_DetailedPreprocessingRecord
527
+ | clang_sys:: CXTranslationUnit_IncludeAttributedTypes ;
527
528
528
529
let translation_unit = {
529
530
let _t =
You can’t perform that action at this time.
0 commit comments