You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use Path::to_str instead of display for compiler paths
Path::display() does a lossy conversion which can cause subtle,
hard-to-diagnose failures when passing paths to compiler commands.
Use to_str() with explicit error handling instead, as suggested
in PR review.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments