summary refs log tree commit diff
path: root/src/test/run-make/crate-name-priority/foo.rs
AgeCommit message (Collapse)AuthorLines
2014-07-08rustc: Fix naming output files with --crate-nameAlex Crichton-0/+11
The output file was only being renamed based off #[crate_name], not #[crate_id] or --crate-name. Both of these behaviors have been restored now.