blob: cf28bef0f4ab014e256a0def08e0619950cd4536 (
plain)
1
2
3
4
5
6
7
8
|
error: missing angle brackets in associated item path
--> $DIR/issue-89388.rs:5:24
|
LL | let _ = option.map([_]::to_vec);
| ^^^^^^^^^^^ help: try: `<[_]>::to_vec`
error: aborting due to previous error
|