1 2 3 4 5
error[E0425]: cannot find value `b` in this scope --> tests/compile_fail/key_expr_span.rs:3:23 | 3 | #[memoized(key_expr = b)] | ^ help: a local variable with a similar name exists: `a`