Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 2 Packages Projects Releases Wiki Activity
Files
master
rust/tests/rustdoc/infinite-redirection-16265-1.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
286 B
Rust
Raw Permalink Normal View History

rustdoc: add URLs for test issues
2023-09-27 17:22:18 -07:00
// https://github.com/rust-lang/rust/issues/16265
Add `crate_name` to test so that it can be renamed
2023-09-27 16:51:21 -07:00
#![crate_name="issue_16265_1"]
rustdoc: Only hide possibly private modules If an empty public module has no documentation, it shouldn't emit a page that's just a redirect loop to itself! Closes #16265
2015-04-06 16:43:55 -07:00
pub struct Foo;
Update `tests/rustdoc` to new test syntax
2024-06-21 14:03:08 +02:00
//@ hasraw issue_16265_1/traits/index.html 'source'
rustdoc: Only hide possibly private modules If an empty public module has no documentation, it shouldn't emit a page that's just a redirect loop to itself! Closes #16265
2015-04-06 16:43:55 -07:00
pub mod traits {
impl PartialEq for super::Foo {
Make source links look cleaner Change from syntaxy-looking [src] to the plain word "source".
2021-12-03 17:09:04 -08:00
fn eq(&self, _: &super::Foo) -> bool {
true
}
rustdoc: Only hide possibly private modules If an empty public module has no documentation, it shouldn't emit a page that's just a redirect loop to itself! Closes #16265
2015-04-06 16:43:55 -07:00
}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 1319ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API