summaryrefslogtreecommitdiffstats
path: root/tests/ui/proc-macro/quote-debug.stdout
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--tests/ui/proc-macro/quote-debug.stdout (renamed from src/test/ui/proc-macro/quote-debug.stdout)1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/ui/proc-macro/quote-debug.stdout b/tests/ui/proc-macro/quote-debug.stdout
index d2cc5c6e2..9f64a1e06 100644
--- a/src/test/ui/proc-macro/quote-debug.stdout
+++ b/tests/ui/proc-macro/quote-debug.stdout
@@ -42,6 +42,7 @@ const _: () =
{
extern crate proc_macro;
#[rustc_proc_macro_decls]
+ #[used]
#[allow(deprecated)]
static _DECLS: &[proc_macro::bridge::client::ProcMacro] = &[];
};