]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
rust: kbuild: support skipping flags in `rustc_test_library`
authorMiguel Ojeda <ojeda@kernel.org>
Mon, 24 Nov 2025 15:18:16 +0000 (16:18 +0100)
committerMiguel Ojeda <ojeda@kernel.org>
Mon, 24 Nov 2025 16:15:36 +0000 (17:15 +0100)
commitd4e7307b1f3535c19ff6ca24d3e4aec32cebb120
tree3b498eebad74caa9dc4cf8b4f1842a482faaf0e0
parent7dbe46c0b11dded16cf9c5f85c1a3f260422cee5
rust: kbuild: support skipping flags in `rustc_test_library`

Crates like `quote` (added later) will need the ability to skip flags
in the `rustc_test_library` command.

Thus add the support for it.

Reviewed-by: Alice Ryhl <aliceryhl@google.com>
Reviewed-by: Gary Guo <gary@garyguo.net>
Tested-by: Gary Guo <gary@garyguo.net>
Tested-by: Jesung Yang <y.j3ms.n@gmail.com>
Link: https://patch.msgid.link/20251124151837.2184382-5-ojeda@kernel.org
Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
rust/Makefile