Skip to content

Comments with /*********... are handled strangely #9425

Closed
@huonw

Description

@huonw

E.g. in extra::arc there is

/****************************************************************************
 * Immutable Arc
 ****************************************************************************/

/// An atomically reference counted wrapper for shared immutable state.
pub struct Arc<T> { priv x: UnsafeArc<T> }

which results in this HTML:

<hr>
<ul>
<li>Immutable Arc *************************************************************************** An atomically reference counted wrapper for shared immutable state.</li>
</ul>

(Appearing here at time of filing.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    T-rustdocRelevant to the rustdoc team, which will review and decide on the PR/issue.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions