#RustQuiz : What will the output?

A.
Astra
Kernel

B.
Kernel
Astra

C.
Compilation Error

D.
Kernel panic!

----

Vote below

#rustlang #rust

Vote here
A. Astra Kernel
18.3%
B. Kernel Astra
74.6%
C. Compilation Error
4.2%
D. Kernel panic!
2.8%
Poll ended at .

✨ The answer:

B.
Kernel
Astra

@AstraKernel isn't async code lazy? Hello isn't awaited here
@tengkuizdihar @AstraKernel the future that the hello call returns is awaited at the bottom. You’re correct about hello not being immediately awaited.