Structs§
- Dangling
Pointer 🔒Searcher - This produces a dangling pointer:
- Dangling
Pointers 🔒 - FIXME: false negatives (i.e. the lint is not emitted when it should be)
Statics§
- DANGLING_
POINTERS_ FROM_ TEMPORARIES - The
dangling_pointers_from_temporaries
lint detects getting a pointer to data of a temporary that will immediately get dropped.