about summary refs log tree commit diff
path: root/tests/rustdoc/source-code-pages/src-links-inlined-34274.rs
blob: 8675ae4736e0f56890bcac81773a2eebf3f9abd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
//@ aux-build:issue-34274.rs
//@ build-aux-docs
//@ ignore-cross-compile

// https://github.com/rust-lang/rust/issues/34274
#![crate_name = "foo"]

extern crate issue_34274;

//@ has foo/fn.extern_c_fn.html '//a/@href' '../src/issue_34274/issue-34274.rs.html#2'
pub use issue_34274::extern_c_fn;