Update tests for rustc_doc_primitive
This commit is contained in:
parent
f40aa598e9
commit
3ef8d2d607
29 changed files with 57 additions and 56 deletions
|
@ -1,7 +1,5 @@
|
|||
// check-pass
|
||||
#[doc(primitive = "usize")]
|
||||
//~^ WARNING `doc(primitive)` should never have been stable
|
||||
//~| WARNING hard error in a future release
|
||||
#[rustc_doc_primitive = "usize"]
|
||||
//~^ ERROR `rustc_doc_primitive` is a rustc internal attribute
|
||||
/// Some docs
|
||||
mod usize {}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue