We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31700b9 commit 5bbdd69Copy full SHA for 5bbdd69
gcc/rust/ast/rust-cond-compilation.h
@@ -226,7 +226,7 @@ class CfgAttrAttribute
226
CfgAttrAttribute (CfgAttrAttribute const &other)
227
: config_to_include (
228
other.config_to_include->clone_configuration_predicate ()),
229
- cfg_attrs (cfg_attrs)
+ cfg_attrs (other.cfg_attrs)
230
{}
231
232
// Overloaded assignment operator to clone
0 commit comments