kennytm
kennytm
> ```rust > fn foo(x: i32) -> i32 = gen { > todo!() > }; > ``` this would be #3369
> Also in this motivating example: > > ```rust > fn foo() -> NamedFutureType > async { > ... > } > ``` > > how would you convert the...
please address the arguments from #3369 in that new RFC
how will this work in `macro` form? or is rust-lang/rust#39412 `decl_macro` still a thing ```rust // ok macro main { attr() ($func:item) => { make_async_main!($func) }, attr(threads = $threads:literal) ($func:item)...
@ijackson I believe that derive-deftly approach is being addressed by #3714.
@lance6716 `EXCHANGE PARTITION` just swaps the physical table ID of the two objects. The structures of the involved tables remained the same. You can't know if the exchange has happened...
@csuzhangxc what is actually seen from the log is that we received a DNS lookup error from CDC: > pd address (cluster-pd.namespace:2379) not available, error is > > > Get...