mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-19 18:34:08 +00:00
Update tests
This commit is contained in:
parent
4a68f7ecae
commit
d5d1c57167
@ -7,6 +7,11 @@
|
||||
#[path = "src-links/mod.rs"]
|
||||
pub mod qux;
|
||||
|
||||
// @has src/foo/src-links.rs.html
|
||||
// @has foo/fizz/index.html '//a/@href' '../src/foo/src-links/fizz.rs.html'
|
||||
#[path = "src-links/../src-links/fizz.rs"]
|
||||
pub mod fizz;
|
||||
|
||||
// @has foo/bar/index.html '//a/@href' '../../src/foo/src-links.rs.html'
|
||||
pub mod bar {
|
||||
|
||||
|
1
src/test/rustdoc/src-links/fizz.rs
Normal file
1
src/test/rustdoc/src-links/fizz.rs
Normal file
@ -0,0 +1 @@
|
||||
pub struct Buzz;
|
Loading…
Reference in New Issue
Block a user