@@ -931,7 +931,8 @@ fn add_patch_with_features() {
931931    p. cargo ( "check" ) 
932932        . with_stderr_data ( str![ [ r#" 
933933[WARNING] unused field in patch for `bar`: `features` 
934- [NOTE] configure `features` in the `dependencies` entry 
934+   | 
935+   = [HELP] configure `features` in the `dependencies` entry 
935936[UPDATING] `dummy-registry` index 
936937[LOCKING] 1 package to latest compatible version 
937938[CHECKING] bar v0.1.0 ([ROOT]/foo/bar) 
@@ -943,7 +944,8 @@ fn add_patch_with_features() {
943944    p. cargo ( "check" ) 
944945        . with_stderr_data ( str![ [ r#" 
945946[WARNING] unused field in patch for `bar`: `features` 
946- [NOTE] configure `features` in the `dependencies` entry 
947+   | 
948+   = [HELP] configure `features` in the `dependencies` entry 
947949[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s 
948950
949951"# ] ] ) 
@@ -979,7 +981,8 @@ fn add_patch_with_setting_default_features() {
979981    p. cargo ( "check" ) 
980982        . with_stderr_data ( str![ [ r#" 
981983[WARNING] unused field in patch for `bar`: `features`, `default-features` 
982- [NOTE] configure `features`, `default-features` in the `dependencies` entry 
984+   | 
985+   = [HELP] configure `features`, `default-features` in the `dependencies` entry 
983986[UPDATING] `dummy-registry` index 
984987[LOCKING] 1 package to latest compatible version 
985988[CHECKING] bar v0.1.0 ([ROOT]/foo/bar) 
@@ -991,7 +994,8 @@ fn add_patch_with_setting_default_features() {
991994    p. cargo ( "check" ) 
992995        . with_stderr_data ( str![ [ r#" 
993996[WARNING] unused field in patch for `bar`: `features`, `default-features` 
994- [NOTE] configure `features`, `default-features` in the `dependencies` entry 
997+   | 
998+   = [HELP] configure `features`, `default-features` in the `dependencies` entry 
995999[FINISHED] `dev` profile [unoptimized + debuginfo] target(s) in [ELAPSED]s 
9961000
9971001"# ] ] ) 
0 commit comments