1
Fork 0

Rename issue-\d+.rs tests to have meaningful names

This commit is contained in:
Michael Howell 2023-10-04 12:58:06 -07:00
parent a198aff4a4
commit 9266270ef5
24 changed files with 1 additions and 1 deletions

View file

@ -0,0 +1,13 @@
// aux-build:issue-26606-macro.rs
// ignore-cross-compile
// build-aux-docs
#![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
// @has - '//a[@href="../src/issue_26606/src-link-external-macro-26606.rs.html#13"]' 'source'
make_item!(FOO);