File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -1833,13 +1833,13 @@ fn workspace_default_features2() {
18331833 p. cargo ( "check" )
18341834 . with_stderr_data (
18351835 str![ [ r#"
1836- (in the `dep_workspace_only` dependency)
18371836[CHECKING] dep_package_only v0.1.0 ([ROOT]/foo/dep_package_only)
18381837[CHECKING] dep_workspace_only v0.1.0 ([ROOT]/foo/dep_workspace_only)
18391838[CHECKING] package_only v0.1.0 ([ROOT]/foo/package_only)
18401839[CHECKING] workspace_only v0.1.0 ([ROOT]/foo/workspace_only)
18411840[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
18421841[WARNING] [ROOT]/foo/workspace_only/Cargo.toml: `default_features` is deprecated in favor of `default-features` and will not work in the 2024 edition
1842+ (in the `dep_workspace_only` dependency)
18431843
18441844"# ] ]
18451845 . unordered ( ) ,
You can’t perform that action at this time.
0 commit comments