diff options
| author | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-06-08 11:36:43 +0300 |
|---|---|---|
| committer | Vadim Petrochenkov <vadim.petrochenkov@gmail.com> | 2019-06-08 23:55:25 +0300 |
| commit | ea4ad555d76d2eb8e6eb749e1b4c163e16077985 (patch) | |
| tree | db7c7c663622201b88c9deb1d41bbe24177c3283 /src/libsyntax_pos | |
| parent | 74a6d1c821a37a407d2b2bc701d62d0b460b9215 (diff) | |
| download | rust-ea4ad555d76d2eb8e6eb749e1b4c163e16077985.tar.gz rust-ea4ad555d76d2eb8e6eb749e1b4c163e16077985.zip | |
Introduce `#[rustc_dummy]` attribute and use it in tests
Unlike other built-in attributes, this attribute accepts any input
Diffstat (limited to 'src/libsyntax_pos')
| -rw-r--r-- | src/libsyntax_pos/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libsyntax_pos/symbol.rs b/src/libsyntax_pos/symbol.rs index 224b85a11f9..302b3c75263 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -527,6 +527,7 @@ symbols! { rustc_diagnostic_macros, rustc_dirty, rustc_doc_only_macro, + rustc_dummy, rustc_dump_env_program_clauses, rustc_dump_program_clauses, rustc_dump_user_substs, |
