80da1f59aa
Opt-in since it uses a C++17 feature, but this allow exactly the same usage in C++ and Rust, which I think is nice. This also fixes constants of transparent structs in general, since the initial version of this patch broke a test (associated constants in enums), so I added a test for that too.
21 lines
297 B
TOML
21 lines
297 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "child"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"dep 0.1.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "dep"
|
|
version = "0.1.0"
|
|
|
|
[[package]]
|
|
name = "workspace"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"dep 0.1.0",
|
|
]
|
|
|