ea6ea24740
As noted by @Benlitz, Cargo metadata supports directly specifying the target name instead of using the `#[cfg]` syntax. We can support this by manually creating the `syn::NestedMeta` node from the target name seen as a string literal.
5 lines
72 B
C++
5 lines
72 B
C++
#include <cstdarg>
|
|
#include <cstdint>
|
|
#include <cstdlib>
|
|
#include <new>
|