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() {
1833
1833
p. cargo ( "check" )
1834
1834
. with_stderr_data (
1835
1835
str![ [ r#"
1836
- (in the `dep_workspace_only` dependency)
1837
1836
[CHECKING] dep_package_only v0.1.0 ([ROOT]/foo/dep_package_only)
1838
1837
[CHECKING] dep_workspace_only v0.1.0 ([ROOT]/foo/dep_workspace_only)
1839
1838
[CHECKING] package_only v0.1.0 ([ROOT]/foo/package_only)
1840
1839
[CHECKING] workspace_only v0.1.0 ([ROOT]/foo/workspace_only)
1841
1840
[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s
1842
1841
[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)
1843
1843
1844
1844
"# ] ]
1845
1845
. unordered ( ) ,
You can’t perform that action at this time.
0 commit comments