1 2 3 4 5
error: first argument to `map()` must be iterable, `str` is not --> tests/ui/string_not_iterable.rs:5:16 | 5 | "asdf".map(|x|x) | ^^^