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.
2 parents 76863e3 + a641cfc commit 3d26a6fCopy full SHA for 3d26a6f
compiler/rustc_query_impl/src/lib.rs
@@ -58,7 +58,7 @@ impl<'tcx, C: QueryCache, const ANON: bool, const DEPTH_LIMIT: bool, const FEEDA
58
for DynamicConfig<'tcx, C, ANON, DEPTH_LIMIT, FEEDABLE>
59
{
60
fn clone(&self) -> Self {
61
- DynamicConfig { dynamic: self.dynamic }
+ *self
62
}
63
64
0 commit comments