← Back to context Comment by cozzyd 7 months ago Fortunately the rust inside Linux doesn't use cargo and uses the normal kernel build system. 6 comments cozzyd Reply AlotOfReading 7 months ago kbuild just calls cargo under the hood. phire 7 months ago No it doesn't. I checked and kbuild calls rustc directly.The only results for cargo in entire the linux source tree is documentation suggesting you install bindgen via cargo install.... Plus a bunch of comments referencing "cargo-cult programming" kennysoona 7 months ago You checked with grep or something more? 1 reply → pengaru 7 months ago not enough reading
AlotOfReading 7 months ago kbuild just calls cargo under the hood. phire 7 months ago No it doesn't. I checked and kbuild calls rustc directly.The only results for cargo in entire the linux source tree is documentation suggesting you install bindgen via cargo install.... Plus a bunch of comments referencing "cargo-cult programming" kennysoona 7 months ago You checked with grep or something more? 1 reply → pengaru 7 months ago not enough reading
phire 7 months ago No it doesn't. I checked and kbuild calls rustc directly.The only results for cargo in entire the linux source tree is documentation suggesting you install bindgen via cargo install.... Plus a bunch of comments referencing "cargo-cult programming" kennysoona 7 months ago You checked with grep or something more? 1 reply →
kbuild just calls cargo under the hood.
No it doesn't. I checked and kbuild calls rustc directly.
The only results for cargo in entire the linux source tree is documentation suggesting you install bindgen via cargo install.... Plus a bunch of comments referencing "cargo-cult programming"
You checked with grep or something more?
1 reply →
not enough reading