commit | 0caaeed19258db35f0b00b5b4a47da0fadf7550f | [log] [tgz] |
---|---|---|
author | Jeff Vander Stoep <[email protected]> | Tue Dec 06 08:25:24 2022 +0100 |
committer | Jeff Vander Stoep <[email protected]> | Tue Dec 06 08:26:16 2022 +0100 |
tree | 2d6e638dc32a5d11742e35449dd2bd0d6391a05e | |
parent | b7c8bf1bd16c7cefc2d604ee3e8888063a2478a2 [diff] [blame] |
Upgrade async-trait to 0.1.59 This project was upgraded with external_updater. Usage: tools/external_updater/updater.sh update rust/crates/async-trait For more info, check https://cs.android.com/android/platform/superproject/+/master:tools/external_updater/README.md Test: TreeHugger Change-Id: Iec93b14088222816e998a72803a206b070bdb009
diff --git a/tests/ui/arg-implementation-detail.stderr b/tests/ui/arg-implementation-detail.stderr new file mode 100644 index 0000000..e742688 --- /dev/null +++ b/tests/ui/arg-implementation-detail.stderr
@@ -0,0 +1,5 @@ +error[E0425]: cannot find value `__arg0` in this scope + --> tests/ui/arg-implementation-detail.rs:18:17 + | +18 | let _ = __arg0; + | ^^^^^^ not found in this scope