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
5134047c4073de04749ddee31623318dbcaaffc1
rust/src/test/rustdoc-ui/doc-attr.rs

11 lines
182 B
Rust
Raw Normal View History

Add tests for doc attribute check
2021-03-01 17:13:06 +01:00
#![crate_type = "lib"]
Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warnings
2021-03-04 21:48:07 +01:00
#![deny(warnings)]
Change error about unknown doc attributes to a warning This prevents breakage across the ecosystem, since the error was just introduced recently without first having a warning period.
2021-03-02 09:42:32 -05:00
#![doc(as_ptr)]
//~^ ERROR unknown `doc` attribute
Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warnings
2021-03-04 21:48:07 +01:00
//~^^ WARN
Add tests for doc attribute check
2021-03-01 17:13:06 +01:00
Change error about unknown doc attributes to a warning This prevents breakage across the ecosystem, since the error was just introduced recently without first having a warning period.
2021-03-02 09:42:32 -05:00
#[doc(as_ptr)]
//~^ ERROR unknown `doc` attribute
Also use INVALID_DOC_ATTRIBUTE for "unknown doc attribute" warnings
2021-03-04 21:48:07 +01:00
//~^^ WARN
Add tests for doc attribute check
2021-03-01 17:13:06 +01:00
pub fn foo() {}
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.24.6 Page: 2209ms 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