Skip to content

Commit

Permalink
stub out trait aliases in librustdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
durka committed Dec 14, 2017
1 parent 46dc7c5 commit 1b6ad1e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/librustdoc/visit_ast.rs
Expand Up @@ -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,
Expand Down

0 comments on commit 1b6ad1e

Please sign in to comment.