Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

selftests: rust: config: disable GCC_PLUGINS

CONFIG_RUST depends on !CONFIG_GCC_PLUGINS. Disable CONFIG_GCC_PLUGINS
in rust/config file to make sure it doesn't get enabled.

Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
Acked-by: Miguel Ojeda <ojeda@kernel.org>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>

authored by

Anders Roxell and committed by
Shuah Khan
8afc0816 fe8340a7

+1
+1
tools/testing/selftests/rust/config
··· 1 + # CONFIG_GCC_PLUGINS is not set 1 2 CONFIG_RUST=y 2 3 CONFIG_SAMPLES=y 3 4 CONFIG_SAMPLES_RUST=y