Move /src/test to /tests
This commit is contained in:
parent
ca855e6e42
commit
cf2dff2b1e
27592 changed files with 0 additions and 0 deletions
12
tests/rustdoc/inline_cross/impl-inline-without-trait.rs
Normal file
12
tests/rustdoc/inline_cross/impl-inline-without-trait.rs
Normal file
|
@ -0,0 +1,12 @@
|
|||
// aux-build:impl-inline-without-trait.rs
|
||||
// build-aux-docs
|
||||
// ignore-cross-compile
|
||||
|
||||
#![crate_name = "foo"]
|
||||
|
||||
extern crate impl_inline_without_trait;
|
||||
|
||||
// @has 'foo/struct.MyStruct.html'
|
||||
// @has - '//*[@id="method.my_trait_method"]' 'fn my_trait_method()'
|
||||
// @has - '//div[@class="docblock"]' 'docs for my_trait_method'
|
||||
pub use impl_inline_without_trait::MyStruct;
|
Loading…
Add table
Add a link
Reference in a new issue