diff --git a/libs/pavex_cli/tests/ui_tests/reflection/crate_resolution/remote_callable_paths_must_be_absolute/expectations/stderr.txt b/libs/pavex_cli/tests/ui_tests/reflection/crate_resolution/remote_callable_paths_must_be_absolute/expectations/stderr.txt index ef84359b5..38e5002dd 100644 --- a/libs/pavex_cli/tests/ui_tests/reflection/crate_resolution/remote_callable_paths_must_be_absolute/expectations/stderr.txt +++ b/libs/pavex_cli/tests/ui_tests/reflection/crate_resolution/remote_callable_paths_must_be_absolute/expectations/stderr.txt @@ -8,6 +8,7 @@ โ”‚ ยท โ•ฐโ”€โ”€ The relative import path was registered here โ”‚ 12 โ”‚ bp.route(GET, "/home", f!(crate::handler)); โ”‚ โ•ฐโ”€โ”€โ”€โ”€ - โ”‚  help: If it is a local import, the path must start with `crate::`. + โ”‚  help: If it is a local import, the path must start with `crate::`, + โ”‚ `self::` or `super::`. โ”‚ If it is an import from a dependency, the path must start with the โ”‚ dependency name (e.g. `dependency::`). \ No newline at end of file diff --git a/libs/pavex_cli/tests/ui_tests/reflection/local_callable_paths_must_be_prefixed_with_crate/expectations/stderr.txt b/libs/pavex_cli/tests/ui_tests/reflection/local_callable_paths_must_be_prefixed_with_crate/expectations/stderr.txt index 7cafec234..13c836da5 100644 --- a/libs/pavex_cli/tests/ui_tests/reflection/local_callable_paths_must_be_prefixed_with_crate/expectations/stderr.txt +++ b/libs/pavex_cli/tests/ui_tests/reflection/local_callable_paths_must_be_prefixed_with_crate/expectations/stderr.txt @@ -8,6 +8,7 @@ โ”‚ ยท The relative import path was registered here โ”‚ 11 โ”‚ bp โ”‚ โ•ฐโ”€โ”€โ”€โ”€ - โ”‚  help: If it is a local import, the path must start with `crate::`. + โ”‚  help: If it is a local import, the path must start with `crate::`, + โ”‚ `self::` or `super::`. โ”‚ If it is an import from a dependency, the path must start with the โ”‚ dependency name (e.g. `dependency::`). \ No newline at end of file diff --git a/libs/pavex_cli/tests/ui_tests/reflection/the_path_for_generic_arguments_must_be_absolute/expectations/stderr.txt b/libs/pavex_cli/tests/ui_tests/reflection/the_path_for_generic_arguments_must_be_absolute/expectations/stderr.txt index 753fdb300..fe6e38c60 100644 --- a/libs/pavex_cli/tests/ui_tests/reflection/the_path_for_generic_arguments_must_be_absolute/expectations/stderr.txt +++ b/libs/pavex_cli/tests/ui_tests/reflection/the_path_for_generic_arguments_must_be_absolute/expectations/stderr.txt @@ -8,6 +8,7 @@ โ”‚ ยท The relative import path was registered here โ”‚ 17 โ”‚ bp.route(GET, "/home", f!(crate::handler::)); โ”‚ โ•ฐโ”€โ”€โ”€โ”€ - โ”‚  help: If it is a local import, the path must start with `crate::`. + โ”‚  help: If it is a local import, the path must start with `crate::`, + โ”‚ `self::` or `super::`. โ”‚ If it is an import from a dependency, the path must start with the โ”‚ dependency name (e.g. `dependency::`). \ No newline at end of file