Which we support for basically every other case, but not this one.pull/11024/head
parent
3a0d6f65b0
commit
bb875280b6
5 changed files with 20 additions and 9 deletions
@ -0,0 +1,4 @@ |
||||
## String arguments to the rust.bindgen include_directories argument |
||||
|
||||
Most other cases of include_directories accept strings as well as |
||||
`IncludeDirectory` objects, so lets do that here too for consistancy. |
@ -0,0 +1,7 @@ |
||||
{ |
||||
"stdout": [ |
||||
{ |
||||
"line": "test cases/rust/12 bindgen/meson.build:30: WARNING: Project targets '>= 0.63' but uses feature introduced in '1.0.0': include_directories kwarg of type string. Use include_directories('include') instead" |
||||
} |
||||
] |
||||
} |
Loading…
Reference in new issue