Move /src/test to /tests
This commit is contained in:
parent
ca855e6e42
commit
cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
8
tests/rustdoc/primitive/primitive-generic-impl.rs
Normal file
8
tests/rustdoc/primitive/primitive-generic-impl.rs
Normal file
|
@ -0,0 +1,8 @@
|
|||
#![feature(rustdoc_internals)]
|
||||
#![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")]
|
||||
/// Some useless docs, wouhou!
|
||||
mod i32 {}
|
Loading…
Add table
Add a link
Reference in a new issue