Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - R index

CONFIG_RUST_BUILD_ASSERT_ALLOW: Allow unoptimized build-time assertions

General informations

The Linux kernel configuration item CONFIG_RUST_BUILD_ASSERT_ALLOW:

Help text

Controls how are `build_error!` and `build_assert!` handled during 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.

Hardware

LKDDb

Raw data from LKDDb:

Sources

This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).

The data is retrived from:

Automatic links from Google (and ads)

Custom Search

Popular queries:

Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - R index

Automatically generated (in year 2024). See also LKDDb sources on GitLab