gleam-lang/gleam

Include the destination in error message when copying/linking fails

Open

#5,379 创建于 2026年2月20日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)Rust (21,417 star) (960 fork)batch import
help wanted

描述

The problem

While working on #5378, I've noticed few TODOs about the need to add destination to error message, when copying or symlinking fails. It seems very useful for me.

Possible solution

  1. Add new optional field to error
  2. Update code for coversion to diagnostic
  3. Update all usages to include it

If it's desired feature, I will work on this!

贡献者指南