mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
12 lines
293 B
Rust
12 lines
293 B
Rust
// 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;
|