]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/external-macro-src.rs
Rollup merge of #107819 - clubby789:x-py-root, r=jyn514
[rust.git] / tests / rustdoc / external-macro-src.rs
1 // aux-build:external-macro-src.rs
2
3 #![crate_name = "foo"]
4
5 #[macro_use]
6 extern crate external_macro_src;
7
8 // @has foo/index.html '//a[@href="../src/foo/external-macro-src.rs.html#3-12"]' 'source'
9
10 // @has foo/struct.Foo.html
11 // @has - '//a[@href="../src/foo/external-macro-src.rs.html#12"]' 'source'
12 make_foo!();