diff options
Diffstat (limited to 'tests/rust/associated_in_body.toml')
-rw-r--r-- | tests/rust/associated_in_body.toml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/tests/rust/associated_in_body.toml b/tests/rust/associated_in_body.toml new file mode 100644 index 0000000..a52609b --- /dev/null +++ b/tests/rust/associated_in_body.toml @@ -0,0 +1,11 @@ +[struct] +associated_constants_in_body = true + +[macro_expansion] +bitflags = true + +[export] +prefix = "Style" # Just ensuring they play well together :) + +[const] +allow_constexpr = true |