Skip to content

Commit e74fb8e

Browse files
committed
Update ui test suite to nightly-2025-12-06
1 parent be1517e commit e74fb8e

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

tests/ui/arg-implementation-detail.stderr

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@ error[E0425]: cannot find value `__arg0` in this scope
33
|
44
18 | let _ = __arg0;
55
| ^^^^^^ not found in this scope
6+
|
7+
help: an identifier with the same name is defined here, but is not accessible due to macro hygiene
8+
--> tests/ui/arg-implementation-detail.rs:7:16
9+
|
10+
5 | #[async_trait]
11+
| -------------- in this attribute macro expansion
12+
6 | pub trait Trait {
13+
7 | async fn f((_a, _b): (Struct, Struct)) {
14+
| ^^^^^^^^
15+
= note: this error originates in the attribute macro `async_trait` (in Nightly builds, run with -Z macro-backtrace for more info)

0 commit comments

Comments
 (0)