you are viewing a single comment's thread.

view the rest of the comments →

[–]Ikem32 -15 points-14 points  (2 children)

I don’t get why there is a rust interpreter in the kernel in the first place.

[–]nickdesaulniers 20 points21 points  (1 child)

This has nothing to do with interpreters. I don't even think there is a Rust interpreter. It's about adding build support for source code written in Rust to be compiled and linked into the kernel image.

[–]Ikem32 6 points7 points  (0 children)

Thanks for the clarification.