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 220e45d commit 1755fdfCopy full SHA for 1755fdf
compiler/rustc_ast_lowering/src/item.rs
@@ -1583,7 +1583,7 @@ impl<'hir> LoweringContext<'_, 'hir> {
1583
let default_ct = self.arena.alloc(hir::ConstArg {
1584
hir_id: self.next_id(),
1585
kind: hir::ConstArgKind::Anon(default_ac),
1586
- is_desugared_from_effects: true,
+ is_desugared_from_effects: false,
1587
});
1588
let param = hir::GenericParam {
1589
def_id,
0 commit comments