aboutsummaryrefslogtreecommitdiff
path: root/rust/kernel/build_assert.rs
AgeCommit message (Expand)AuthorFilesLines
2026-03-30rust: rework `build_assert!` documentationGary Guo1-27/+92
2026-03-30rust: add `const_assert!` macroGary Guo1-0/+24
2026-03-28rust: move `static_assert` into `build_assert`Gary Guo1-3/+37
2026-01-19rust: build_assert: add instructions for use with function argumentsAlexandre Courbot1-1/+6
2025-01-10rust: add `build_error!` to the preludeMiguel Ojeda1-1/+0
2025-01-10rust: kernel: move `build_error` hidden function to prevent mistakesMiguel Ojeda1-4/+7
2023-05-31rust: upgrade to Rust 1.68.2Miguel Ojeda1-0/+2
2022-12-04rust: build_assert: add `build_{error,assert}!` macrosGary Guo1-0/+82