-
A bit off topic, but important for development of async apps: I upgraded from rustc 1.80 to 1.82, and face the collapse of
I've seen the comment above the a. Is there a way to get make_static to work using nightly compiler? I thought this is already the nightly compiler with esp toolchain.
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Just use |
Beta Was this translation helpful? Give feedback.
Just use
()
first, then the compiler will tell you that it is wrong and will give you the correct type.