]> git.proxmox.com Git - rustc.git/blame - src/test/rustdoc/issue-26606.rs
New upstream version 1.13.0+dfsg1
[rustc.git] / src / test / rustdoc / issue-26606.rs
CommitLineData
7453a54e 1// Copyright 2016 The Rust Project Developers. See the COPYRIGHT
223e47cc
LB
2// file at the top-level directory of this distribution and at
3// http://rust-lang.org/COPYRIGHT.
4//
5// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
6// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
7// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
8// option. This file may not be copied, modified, or distributed
9// except according to those terms.
10
7453a54e
SL
11// aux-build:issue-26606-macro.rs
12// ignore-cross-compile
13// build-aux-docs
223e47cc 14
9e0c209e 15// @has issue_26606_macro/macro.make_item.html
7453a54e
SL
16#[macro_use]
17extern crate issue_26606_macro;
223e47cc 18
7453a54e
SL
19// @has issue_26606/constant.FOO.html
20// @!has - '//a/@href' '../src/'
21make_item!(FOO);