You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Export the `rust_build_error` symbol so that kernel modules can
take advantage of the `build_error!` and `build_assert!` macros.
Otherwise, kernel modules would fail to compile if there is a call
under `RUST_BUILD_ASSERT_{ALLOW,WARN}`.
Fixes: b8b9cab ("Implement build-time error and assertion")
Signed-off-by: Miguel Ojeda <[email protected]>
0 commit comments