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,9 +1,10 @@
|
|||
// compile-flags: --crate-type lib --edition 2018
|
||||
|
||||
#![feature(rustc_attrs)]
|
||||
#![feature(no_core)]
|
||||
#![no_core]
|
||||
|
||||
#[doc(primitive = "usize")]
|
||||
#[rustc_doc_primitive = "usize"]
|
||||
/// This is the built-in type `usize`.
|
||||
mod usize {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue