@@ -3856,7 +3856,7 @@ fn normalize_case() {
3856
3856
[WARNING] manifest has no documentation, homepage or repository.
3857
3857
See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info.
3858
3858
[PACKAGING] foo v0.0.1 ([ROOT]/foo)
3859
- [WARNING] ignoring `package.build` as `build.rs` is not included in the published package
3859
+ [WARNING] ignoring `package.build` entry `build.rs` as it is not included in the published package
3860
3860
[WARNING] ignoring binary `foo` as `src/main.rs` is not included in the published package
3861
3861
[WARNING] ignoring example `ExampleFoo` as `examples/ExampleFoo.rs` is not included in the published package
3862
3862
[WARNING] ignoring test `ExplicitPath` as `tests/ExplicitPath.rs` is not included in the published package
@@ -3885,7 +3885,7 @@ src/lib.rs
3885
3885
[WARNING] manifest has no documentation, homepage or repository.
3886
3886
See https://doc.rust-lang.org/cargo/reference/manifest.html#package-metadata for more info.
3887
3887
[PACKAGING] foo v0.0.1 ([ROOT]/foo)
3888
- [WARNING] ignoring `package.build` as `build.rs` is not included in the published package
3888
+ [WARNING] ignoring `package.build` entry `build.rs` as it is not included in the published package
3889
3889
[WARNING] ignoring binary `foo` as `src/main.rs` is not included in the published package
3890
3890
[WARNING] ignoring example `ExampleFoo` as `examples/ExampleFoo.rs` is not included in the published package
3891
3891
[WARNING] ignoring test `ExplicitPath` as `tests/ExplicitPath.rs` is not included in the published package
@@ -4486,7 +4486,7 @@ fn discovery_inferred_build_rs_excluded() {
4486
4486
. with_stdout_data ( "" )
4487
4487
. with_stderr_data ( str![ [ r#"
4488
4488
[PACKAGING] foo v0.0.1 ([ROOT]/foo)
4489
- [WARNING] ignoring `package.build` as `build.rs` is not included in the published package
4489
+ [WARNING] ignoring `package.build` entry `build.rs` as it is not included in the published package
4490
4490
[PACKAGED] 4 files, [FILE_SIZE]B ([FILE_SIZE]B compressed)
4491
4491
[VERIFYING] foo v0.0.1 ([ROOT]/foo)
4492
4492
[COMPILING] foo v0.0.1 ([ROOT]/foo/target/package/foo-0.0.1)
@@ -4654,7 +4654,7 @@ fn discovery_explicit_build_rs_excluded() {
4654
4654
. with_stdout_data ( "" )
4655
4655
. with_stderr_data ( str![ [ r#"
4656
4656
[PACKAGING] foo v0.0.1 ([ROOT]/foo)
4657
- [WARNING] ignoring `package.build` as `build.rs` is not included in the published package
4657
+ [WARNING] ignoring `package.build` entry `build.rs` as it is not included in the published package
4658
4658
[PACKAGED] 4 files, [FILE_SIZE]B ([FILE_SIZE]B compressed)
4659
4659
[VERIFYING] foo v0.0.1 ([ROOT]/foo)
4660
4660
[COMPILING] foo v0.0.1 ([ROOT]/foo/target/package/foo-0.0.1)
0 commit comments