Skip to content

Infinite redirect loop on doc page for 'core::str::trait' #16265

Closed
@huonw

Description

@huonw

http://static.rust-lang.org/doc/master/core/str/traits/index.html

has contents

<!DOCTYPE html>
<html lang="en">
<head>
    <meta http-equiv="refresh" content="0;URL=../../../core/str/traits/index.html">
</head>
<body>
</body>
</html>

and that URL=... link points to itself, leaving your web-browser refreshing forever.

Metadata

Metadata

Assignees

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