Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index
The Linux kernel configuration item CONFIG_RUST_BUILD_ASSERT_ALLOW
:
CONFIG_RUST
Controls how `build_error!` and `build_assert!` are handled during the build.
If calls to them exist in the binary, it may indicate a violated invariant or that the optimizer failed to verify the invariant during compilation.
This should not happen, thus by default the build is aborted. However, as an escape hatch, you can choose Y here to ignore them during build and let the check be carried at runtime (with `panic!` being called if the check fails).
If unsure, say N.
Raw data from LKDDb:
(none)
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index
Automatically generated (in year 2025). See also LKDDb sources on GitLab