From 2c32196bbc632411d4f6998a506ca262a805a666 Mon Sep 17 00:00:00 2001 From: 魏曹先生 <1992414357@qq.com> Date: Mon, 27 Apr 2026 21:19:56 +0800 Subject: Add global resource system to Program --- mingling_macros/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'mingling_macros') diff --git a/mingling_macros/src/lib.rs b/mingling_macros/src/lib.rs index cce5eeb..8ba028b 100644 --- a/mingling_macros/src/lib.rs +++ b/mingling_macros/src/lib.rs @@ -152,6 +152,7 @@ pub fn gen_program(input: TokenStream) -> TokenStream { TokenStream::from(quote! { // Shit, this feature is unstable + // TODO :: This logic will be implemented when Rust's Impl In Type Alias feature becomes stable // pub type NextProcess = impl Into<::mingling::ChainProcess<#name>>; pub type NextProcess = ::mingling::ChainProcess<#name>; -- cgit