|
|
|
|
|
by FnuGk
1367 days ago
|
|
i might be wrong but currently rustc is based on llvm so any platform llvm cant target, rust can target.
For the linux kernel it seems like they want to use a gcc frontend for rust (gccrs) that is currently under development. So with gccrs rust should be able to work on any platform gcc supports thus giving it the same portability of the current c code in the kernel. |
|