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
Auto merge of #6255 - evq:tweak-build-dir, r=alexcrichton
Tweak Layout to allow for non json file targets with internal "."
Per @alexcrichton 's comment in rust-lang/rust#55041 (comment), currently cargo assumes that a target with an internal `.` is a custom json target spec, using the file stem for the build directory name.
This PR changes cargo to only use the file stem for files with a `json` extension.
0 commit comments