Logo
Explore Help
Register Sign In
rust-lang/rust
1
0
Fork 0
You've already forked rust
Code Issues Pull Requests Actions 1 Packages Projects Releases Wiki Activity
Files
aad1db737347b93b51a7dc45dcb6bec9e367bc02
rust/tests/rustdoc-ui/doctest/private-item-doc-test.rs

12 lines
201 B
Rust
Raw Normal View History

Rename rustdoc lints to be a tool lint instead of built-in. - Rename `broken_intra_doc_links` to `rustdoc::broken_intra_doc_links` - Ensure that the old lint names still work and give deprecation errors - Register lints even when running doctests Otherwise, all `rustdoc::` lints would be ignored. - Register all existing lints as removed This unfortunately doesn't work with `register_renamed` because tool lints have not yet been registered when rustc is running. For similar reasons, `check_backwards_compat` doesn't work either. Call `register_removed` directly instead. - Fix fallout + Rustdoc lints for compiler/ + Rustdoc lints for library/ Note that this does *not* suggest `rustdoc::broken_intra_doc_links` for `rustdoc::intra_doc_link_resolution_failure`, since there was no time when the latter was valid.
2020-12-29 23:16:16 -05:00
#![deny(rustdoc::private_doc_tests)]
lint if a private item has doctests
2018-10-26 00:55:12 +02:00
mod foo {
/// private doc test
///
/// ```
/// assert!(false);
/// ```
Fix some rustdoc error capitalization
2019-11-24 18:42:22 -08:00
//~^^^^^ ERROR documentation test in private item
lint if a private item has doctests
2018-10-26 00:55:12 +02:00
fn bar() {}
}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 1133ms Template: 5ms
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