diff --git a/precompiles/utils/macro/tests/precompile/expand/returns_tuple.expanded.rs b/precompiles/utils/macro/tests/precompile/expand/returns_tuple.expanded.rs index a7f6c26360..92b4959b4e 100644 --- a/precompiles/utils/macro/tests/precompile/expand/returns_tuple.expanded.rs +++ b/precompiles/utils/macro/tests/precompile/expand/returns_tuple.expanded.rs @@ -23,7 +23,7 @@ impl ExamplePrecompile { pub enum ExamplePrecompileCall { example {}, #[doc(hidden)] - __phantom(PhantomData<()>, ::core::convert::Infallible), + __phantom(::core::marker::PhantomData<()>, ::core::convert::Infallible), } impl ExamplePrecompileCall { pub fn parse_call_data(