diff options
Diffstat (limited to 'tests/headers/blocklist-and-impl-debug.hpp')
-rw-r--r-- | tests/headers/blocklist-and-impl-debug.hpp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/tests/headers/blocklist-and-impl-debug.hpp b/tests/headers/blocklist-and-impl-debug.hpp deleted file mode 100644 index 14e17537..00000000 --- a/tests/headers/blocklist-and-impl-debug.hpp +++ /dev/null @@ -1,10 +0,0 @@ -// bindgen-flags: --impl-debug --blocklist-type BlocklistMe --raw-line 'pub struct BlocklistMe(u8);' - -struct BlocklistMe {}; - -/** - * Because this type contains a blocklisted type, it should not derive Debug. - */ -struct ShouldManuallyImplDebug { - BlocklistMe a; -}; |