about summary refs log tree commit diff
path: root/tests/rustdoc/jump-to-def-macro.rs
blob: e8e97a442dd10b6b4991920aa6c375ea2619c991 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//@ aux-build:jump-to-def-macro.rs
//@ build-aux-docs
//@ compile-flags: -Zunstable-options --generate-link-to-definition

#![crate_name = "foo"]

// @has 'src/foo/jump-to-def-macro.rs.html'

#[macro_use]
extern crate jump_to_def_macro;

// @has - '//a[@href="../../jump_to_def_macro/macro.symbols.html"]' 'symbols!'
symbols! {
    A = 12
}