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,8 +1,8 @@
|
|||
#![feature(rustdoc_internals)]
|
||||
#![feature(rustc_attrs)]
|
||||
#![crate_name = "foo"]
|
||||
|
||||
// @has foo/primitive.i32.html '//*[@id="impl-ToString-for-i32"]//h3[@class="code-header"]' 'impl<T> ToString for T'
|
||||
|
||||
#[doc(primitive = "i32")]
|
||||
#[rustc_doc_primitive = "i32"]
|
||||
/// Some useless docs, wouhou!
|
||||
mod i32 {}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue