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,5 +1,5 @@
|
|||
#![feature(no_core)]
|
||||
#![feature(rustdoc_internals)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![no_core]
|
||||
|
||||
// @set Local = "$.index[*][?(@.name=='Local')].id"
|
||||
|
@ -16,6 +16,6 @@ impl Local for bool {}
|
|||
|
||||
// FIXME(#101695): Test bool's `impls` include "Local for bool"
|
||||
// @has "$.index[*][?(@.name=='bool')]"
|
||||
#[doc(primitive = "bool")]
|
||||
#[rustc_doc_primitive = "bool"]
|
||||
/// Boolean docs
|
||||
mod prim_bool {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue