]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #61014 - jsgf:emit-artifact-type, r=alexcrichton
authorMazdak Farrokhzad <twingoow@gmail.com>
Thu, 23 May 2019 06:37:12 +0000 (08:37 +0200)
committerGitHub <noreply@github.com>
Thu, 23 May 2019 06:37:12 +0000 (08:37 +0200)
commite4e97caba03c00b7d37ec350990a94a819f3fdfc
tree918e2846fd4865dc87817437f2721e7900650fbb
parent30d550dcfcf6efb3d54c70598832a159d9637bac
parent6c3862594210cc0a5e60fbad32d3aab7a4fb512c
Rollup merge of #61014 - jsgf:emit-artifact-type, r=alexcrichton

Make -Zemit-artifact-notifications also emit the artifact type

This is easier for tooling to handle than trying to reverse-engineer the type from the filename extension. The field name and value is intended to reflect the `--emit` command-line option.

Related issues https://github.com/rust-lang/rust/issues/60988 https://github.com/rust-lang/rust/issues/58465
cc @alexcrichton
src/librustc_interface/passes.rs