about summary refs log tree commit diff
path: root/compiler/rustc_mir_transform/src/check_null.rs
AgeCommit message (Expand)AuthorLines
2025-02-08Detect (non-raw) borrows of null ZST pointers in CheckNullMichael Goulet-23/+46
2025-01-31Insert null checks for pointer dereferences when debug assertions are enabledBastian Kersting-0/+110