rust/tests/rustdoc/src-link-external-macro-26606.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
399 B
Rust
Raw Normal View History

// aux-build:issue-26606-macro.rs
// ignore-cross-compile
// build-aux-docs
2023-10-04 20:04:45 +00:00
// https://github.com/rust-lang/rust/issues/26606
#![crate_name="issue_26606"]
// @has issue_26606_macro/macro.make_item.html
#[macro_use]
extern crate issue_26606_macro;
// @has issue_26606/constant.FOO.html
2023-10-04 20:04:45 +00:00
// @has - '//a[@href="../src/issue_26606/src-link-external-macro-26606.rs.html#14"]' 'source'
make_item!(FOO);