add a bunch of debug prints
This commit is contained in:
parent
50fa16f5b5
commit
a893117f38
3 changed files with 12 additions and 0 deletions
|
@ -527,6 +527,7 @@ pub fn record_extern_trait(cx: &DocContext, did: DefId) {
|
|||
|
||||
cx.active_extern_traits.borrow_mut().push(did);
|
||||
|
||||
debug!("record_extern_trait: {:?}", did);
|
||||
let trait_ = build_external_trait(cx, did);
|
||||
|
||||
cx.external_traits.borrow_mut().insert(did, trait_);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue