Skip to content

Commit 53ea263

Browse files
committed
Merge pull request #20934 from tomjakubowski/patch-1
Escape a leading # in a doc comment Reviewed-by: eddyb
2 parents 352c81b + 6f45cb4 commit 53ea263

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc/middle/ty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1890,7 +1890,7 @@ pub type PolyTypeOutlivesPredicate<'tcx> = PolyOutlivesPredicate<Ty<'tcx>, ty::R
18901890
/// normal trait predicate (`T : TraitRef<...>`) and one of these
18911891
/// predicates. Form #2 is a broader form in that it also permits
18921892
/// equality between arbitrary types. Processing an instance of Form
1893-
/// #2 eventually yields one of these `ProjectionPredicate`
1893+
/// \#2 eventually yields one of these `ProjectionPredicate`
18941894
/// instances to normalize the LHS.
18951895
#[derive(Clone, PartialEq, Eq, Hash, Show)]
18961896
pub struct ProjectionPredicate<'tcx> {

0 commit comments

Comments
 (0)