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
I recently learned from @Urgau that one can use something like rustc --print=cfg=file.txt to have rustc dump the output into a file rather than to stdout. This is mentioned in the rustc book but should also be documented in rustc --help -v.
I recently learned from @Urgau that one can use something like
rustc --print=cfg=file.txtto have rustc dump the output into a file rather than to stdout. This is mentioned in the rustc book but should also be documented inrustc --help -v.