Update with comments
This commit is contained in:
parent
ea2af70466
commit
7116bb5c33
9 changed files with 74 additions and 35 deletions
|
@ -1880,7 +1880,6 @@ impl EncodeContext<'a, 'tcx> {
|
|||
let def_id = def_id.to_def_id();
|
||||
self.encode_info_for_generic_param(def_id, EntryKind::ConstParam, true);
|
||||
if default.is_some() {
|
||||
self.encode_stability(def_id);
|
||||
record!(self.tables.const_defaults[def_id] <- self.tcx.const_param_default(def_id))
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue