• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1error[E0425]: cannot find value `__arg0` in this scope
2  --> tests/ui/arg-implementation-detail.rs:18:17
3   |
418 |         let _ = __arg0;
5   |                 ^^^^^^ not found in this scope
6