Skip to content

Commit c635ab7

Browse files
committed
rustdoc stuff
1 parent 41f8315 commit c635ab7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/librustdoc/clean/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ pub(crate) fn clean_const<'tcx>(constant: &hir::ConstArg<'tcx>) -> ConstantKind
320320
ConstantKind::Path { path: qpath_to_string(qpath).into() }
321321
}
322322
hir::ConstArgKind::Struct(..) => {
323+
// FIXME(mgca): proper printing :3
323324
ConstantKind::Path { path: "/* STRUCT EXPR */".to_string().into() }
324325
}
325326
hir::ConstArgKind::Anon(anon) => ConstantKind::Anonymous { body: anon.body },

0 commit comments

Comments
 (0)