From dc0db358abe19481e475e10c32149b53370f1a1c Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 05:57:31 +0200 Subject: Merging upstream version 1.72.1+dfsg1. Signed-off-by: Daniel Baumann --- vendor/proc-macro-hack/tests/ui/unexpected-arg.stderr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vendor/proc-macro-hack/tests/ui/unexpected-arg.stderr') diff --git a/vendor/proc-macro-hack/tests/ui/unexpected-arg.stderr b/vendor/proc-macro-hack/tests/ui/unexpected-arg.stderr index 6895e82ee..f32f05a1c 100644 --- a/vendor/proc-macro-hack/tests/ui/unexpected-arg.stderr +++ b/vendor/proc-macro-hack/tests/ui/unexpected-arg.stderr @@ -1,5 +1,5 @@ error: unexpected argument to proc_macro_hack macro implementation; args are only accepted on the macro declaration (the `pub use`) - --> $DIR/unexpected-arg.rs:3:19 + --> tests/ui/unexpected-arg.rs:3:19 | 3 | #[proc_macro_hack(fake_call_site)] | ^^^^^^^^^^^^^^ -- cgit v1.2.3