mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-27 07:03:45 +00:00
stub out trait aliases in librustdoc
This commit is contained in:
parent
46dc7c59de
commit
1b6ad1e647
@ -512,6 +512,9 @@ impl<'a, 'tcx> RustdocVisitor<'a, 'tcx> {
|
||||
};
|
||||
om.traits.push(t);
|
||||
},
|
||||
hir::ItemTraitAlias(..) => {
|
||||
unimplemented!("trait objects are not yet implemented")
|
||||
},
|
||||
|
||||
hir::ItemImpl(unsafety,
|
||||
polarity,
|
||||
|
Loading…
Reference in New Issue
Block a user