← Back to context Comment by cozzyd 4 months ago Fortunately the rust inside Linux doesn't use cargo and uses the normal kernel build system. 6 comments cozzyd Reply AlotOfReading 4 months ago kbuild just calls cargo under the hood. phire 4 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 4 months ago You checked with grep or something more? 1 reply → pengaru 4 months ago not enough reading
AlotOfReading 4 months ago kbuild just calls cargo under the hood. phire 4 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 4 months ago You checked with grep or something more? 1 reply → pengaru 4 months ago not enough reading
phire 4 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 4 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