fishinabarrel / linux-kernel-module-rust

Framework for writing Linux kernel modules in safe Rust
GNU General Public License v2.0
1.34k stars 119 forks source link

Use target from rust itself #172

Closed alex closed 5 years ago

alex commented 5 years ago

Fixes #171

Not actually reviewable/working/landable until a rust nightly with my PR is released.

geofft commented 5 years ago

:tada:

For posterity: this depends on rust-lang/rust#64051.