diff options
author | bors-servo <lbergstrom+bors@mozilla.com> | 2016-12-12 02:14:05 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-12 02:14:05 -0800 |
commit | 5d9c48e59b49135db1ecfd4ff8c3dbab8ed05086 (patch) | |
tree | 9291df6f861588dad39b995dd6dbe94f7d9ab2a9 /libbindgen/tests/headers/empty_template_param_name.hpp | |
parent | 5d914893b855f3d8a32cfffeda392cf8229ba5c9 (diff) | |
parent | 8a605123675d56d95533bfa22270bee202aa42db (diff) |
Auto merge of #330 - emilio:error, r=xidorn
lib: Return error early if there are any error diagnostics.
r? @fitzgen
This is a rebase of #280
Diffstat (limited to 'libbindgen/tests/headers/empty_template_param_name.hpp')
-rw-r--r-- | libbindgen/tests/headers/empty_template_param_name.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbindgen/tests/headers/empty_template_param_name.hpp b/libbindgen/tests/headers/empty_template_param_name.hpp index b3360bc9..0e9f3c34 100644 --- a/libbindgen/tests/headers/empty_template_param_name.hpp +++ b/libbindgen/tests/headers/empty_template_param_name.hpp @@ -1,3 +1,5 @@ +// bindgen-flags: -- -std=c++11 + template<typename...> using __void_t = void; template<typename _Iterator, typename = __void_t<>> |