about summary refs log tree commit diff
path: root/tests/rustdoc/jump-to-def/jump-to-def-macro.rs
blob: 680477937c678dfe3ca8bdd30b9788679d41ee4a (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
}